X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.h;h=0999fb69fc67b98d885d939e5f94972a0b9c252a;hb=HEAD;hp=d32ac14693e672c9dfb79c4480b5edcaa5c67f1b;hpb=0357305cec0f78ba4d4717467025ead6be25ce0c;p=chaz%2Ftint2 diff --git a/src/config.h b/src/config.h index d32ac14..0999fb6 100644 --- a/src/config.h +++ b/src/config.h @@ -9,12 +9,17 @@ #ifndef CONFIG_H #define CONFIG_H +extern char *config_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 config_finish (); -void save_config (); #endif +