X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/0f9e9f98538575cf98f55699962d605caa9567f0..34b03028378025ad22c8d29f70e81109cee690c2:/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_ */