summaryrefslogtreecommitdiff
path: root/rcfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile.h')
-rw-r--r--rcfile.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/rcfile.h b/rcfile.h
new file mode 100644
index 0000000..f6efc07
--- /dev/null
+++ b/rcfile.h
@@ -0,0 +1,11 @@
+/**
+ * \file rcfile.h
+ * Parsing of the configuration file.
+ */
+
+#ifndef _RCFILE_H
+#define _RCFILE_H
+
+extern void rcfile_parse(const char *rcfile);
+
+#endif