cscvs to tla changeset 51
[onak.git] / onak-conf.h
index d05697bdf35c3a45ea8fe6b6ff7f43e9fd949e3a..04ee2291396a506157c2960e444f0f48e48baef6 100644 (file)
@@ -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_ */