X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.h;h=c472f1959cf033d67a40b9581c085fa2f87c590a;hb=103fc2b078cab5be759798d034deeda681629416;hp=2629e58cfe1701b786c1e6b7833a1d97aa79d034;hpb=83f23be9b6b5c2f1ae39d7d045353036b07f872d;p=chaz%2Ftint2 diff --git a/src/config.h b/src/config.h index 2629e58..c472f19 100644 --- a/src/config.h +++ b/src/config.h @@ -10,13 +10,12 @@ #define CONFIG_H extern char *config_path; -extern char *thumbnail_path; +extern char *snapshot_path; void init_config(); void cleanup_config(); int config_read_file (const char *path); int config_read (); -void save_config (); #endif