X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.h;h=ca851853d0e7c410b903c939087b7d5f776eb319;hb=8e711d63bec43974aa45f698302bb1016433dba0;hp=d32ac14693e672c9dfb79c4480b5edcaa5c67f1b;hpb=ed39165e7908dda7b2c7581075ef71a6de669a59;p=chaz%2Ftint2 diff --git a/src/config.h b/src/config.h index d32ac14..ca85185 100644 --- a/src/config.h +++ b/src/config.h @@ -9,6 +9,8 @@ #ifndef CONFIG_H #define CONFIG_H +extern char *config_path; +extern char *thumbnail_path; void init_config(); void cleanup_config();