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