X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak-conf.h;h=44cb99d644c7dd4bec19154e61d8921703056b71;hb=2dcd74da02ebd3996947173e73616cd9d7da5bb0;hp=d05697bdf35c3a45ea8fe6b6ff7f43e9fd949e3a;hpb=af49b7df1332f8c6f625b754a01da0525c5fe8b3;p=onak.git 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_ */