X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.h;h=68bf8a0f8d73cf3eb0f12f92ee41f99c8ce3518d;hb=f8bebb561d52fa25b320904bb0c6a08347d05611;hp=c472f1959cf033d67a40b9581c085fa2f87c590a;hpb=36c66653da9eb0461ff38ffb3318955bf4b51bf6;p=chaz%2Ftint2 diff --git a/src/config.h b/src/config.h index c472f19..68bf8a0 100644 --- a/src/config.h +++ b/src/config.h @@ -12,8 +12,12 @@ extern char *config_path; extern char *snapshot_path; -void init_config(); +// default values +void default_config(); +// freed memory void cleanup_config(); + +void init_config(); int config_read_file (const char *path); int config_read ();