From 8f0979a2c4db824e91ead3290d8088d97b20e189 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 2 Jul 2015 19:19:06 -0700 Subject: Initial work on ROM database --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index f0e83a1..8817db1 100644 --- a/config.h +++ b/config.h @@ -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_ -- cgit v1.2.3