aboutsummaryrefslogtreecommitdiffstats
path: root/src/pingu_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pingu_conf.h')
-rw-r--r--src/pingu_conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pingu_conf.h b/src/pingu_conf.h
new file mode 100644
index 0000000..37c932a
--- /dev/null
+++ b/src/pingu_conf.h
@@ -0,0 +1,6 @@
+#ifndef PINGU_CONF_H
+#define PINGU_CONF_H
+
+int pingu_conf_parse(const char *filename);
+
+#endif