X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.h;h=c472f1959cf033d67a40b9581c085fa2f87c590a;hb=d58d40cf86b22fb1339afb8ce9775182462162e5;hp=d32ac14693e672c9dfb79c4480b5edcaa5c67f1b;hpb=0357305cec0f78ba4d4717467025ead6be25ce0c;p=chaz%2Ftint2 diff --git a/src/config.h b/src/config.h index d32ac14..c472f19 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 *snapshot_path; void init_config(); void cleanup_config(); int config_read_file (const char *path); int config_read (); -void config_finish (); -void save_config (); #endif +