X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.h;h=4a922c73c069a0f8e68670e51e69778c8108a110;hb=30db8ea2ffb03b482043ce1f95c60470ea0b8597;hp=d32ac14693e672c9dfb79c4480b5edcaa5c67f1b;hpb=0357305cec0f78ba4d4717467025ead6be25ce0c;p=chaz%2Ftint2 diff --git a/src/config.h b/src/config.h index d32ac14..4a922c7 100644 --- a/src/config.h +++ b/src/config.h @@ -9,12 +9,13 @@ #ifndef CONFIG_H #define CONFIG_H +extern char *config_path; +extern char *thumbnail_path; void init_config(); void cleanup_config(); int config_read_file (const char *path); int config_read (); -void config_finish (); -void save_config (); #endif +