summaryrefslogtreecommitdiffstats
path: root/parser-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser-cfg.h')
-rw-r--r--parser-cfg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/parser-cfg.h b/parser-cfg.h
new file mode 100644
index 0000000000..bd537806cb
--- /dev/null
+++ b/parser-cfg.h
@@ -0,0 +1,6 @@
+#ifndef _parser_cfg_h
+#define _parser_cfg_h
+
+extern int m_config_parse_config_file(m_config_t* config, char *conffile);
+
+#endif