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