X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/42bcfe2cae29f375af4cf2cd3ccfa196b77a3946..5913c95f2c7abf4c3cb06e27d384d80fb4c83547:/onak-conf.h diff --git a/onak-conf.h b/onak-conf.h index 1145818..44cb99d 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -9,7 +9,7 @@ #ifndef __ONAK_CONF_H_ #define __ONAK_CONF_H_ -#define VERSION "0.0.4" +#define VERSION "0.1.0" #define CONFIGFILE "/home/noodles/projects/onak/onak.conf" /* @@ -65,4 +65,9 @@ extern struct onak_config config; */ void readconfig(void); +/* + * cleanupconfig - clean up the config when we're shutting down. + */ +void cleanupconfig(void); + #endif /* __ONAK_CONF_H_ */