comparison config.h @ 803:236a184bf6f0

Merge
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 16:51:03 -0700
parents bb60259e8edf
children 46bb673eed4e
comparison
equal deleted inserted replaced
802:6811f601008f 803:236a184bf6f0
5 */ 5 */
6 #ifndef CONFIG_H_ 6 #ifndef CONFIG_H_
7 #define CONFIG_H_ 7 #define CONFIG_H_
8 #include "tern.h" 8 #include "tern.h"
9 9
10 tern_node * parse_config_file(char * config_path);
10 tern_node * load_config(); 11 tern_node * load_config();
11 12
12 #endif //CONFIG_H_ 13 #endif //CONFIG_H_
13 14