X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak-conf.h;h=04ee2291396a506157c2960e444f0f48e48baef6;hb=87fbdd69b1885c6588ec924e37b734f2c3c5ed35;hp=d05697bdf35c3a45ea8fe6b6ff7f43e9fd949e3a;hpb=af49b7df1332f8c6f625b754a01da0525c5fe8b3;p=onak.git diff --git a/onak-conf.h b/onak-conf.h index d05697b..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.1.0" +#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_ */