X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/af49b7df1332f8c6f625b754a01da0525c5fe8b3..5913c95f2c7abf4c3cb06e27d384d80fb4c83547:/onak-conf.h?ds=sidebyside diff --git a/onak-conf.h b/onak-conf.h index d05697b..44cb99d 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -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_ */