X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak-conf.h;h=04ee2291396a506157c2960e444f0f48e48baef6;hb=87fbdd69b1885c6588ec924e37b734f2c3c5ed35;hp=11458187fad6dcf259407976419ff5e294316b85;hpb=42bcfe2cae29f375af4cf2cd3ccfa196b77a3946;p=onak.git diff --git a/onak-conf.h b/onak-conf.h index 1145818..04ee229 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.1" #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_ */