summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-02 19:19:06 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-02 19:19:06 -0700
commit8f0979a2c4db824e91ead3290d8088d97b20e189 (patch)
treef8f5045c229e52b7ac05ca06909be8559b4616bc /config.h
parent983959f838575b6af3e64be442a63647312fcc61 (diff)
Initial work on ROM database
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
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_