diff config.h @ 803:236a184bf6f0

Merge
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 16:51:03 -0700
parents bb60259e8edf
children 46bb673eed4e
line wrap: on
line diff
--- a/config.h	Sun Jul 26 16:48:25 2015 -0700
+++ b/config.h	Sun Jul 26 16:51:03 2015 -0700
@@ -7,6 +7,7 @@
 #define CONFIG_H_
 #include "tern.h"
 
+tern_node * parse_config_file(char * config_path);
 tern_node * load_config();
 
 #endif //CONFIG_H_