[client] main: move config free into new config_free method

This commit is contained in:
Geoffrey McRae
2019-03-30 16:00:47 +11:00
parent 4dee965fdf
commit d6805cfa0f
4 changed files with 19 additions and 12 deletions

View File

@@ -19,4 +19,5 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdbool.h>
bool config_load(int argc, char * argv[]);
bool config_load(int argc, char * argv[]);
void config_free();