summaryrefslogtreecommitdiff
path: root/include/cfgfile.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-14 04:16:35 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-14 04:16:35 +0000
commit64bc6412188b141c010ac3b8e813b837dd991e80 (patch)
treeffa12b79ea4b13191754f54b872eb1a4f9e3a04b /include/cfgfile.h
Initial revision
Diffstat (limited to 'include/cfgfile.h')
-rw-r--r--include/cfgfile.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cfgfile.h b/include/cfgfile.h
new file mode 100644
index 000000000..1eae1bc94
--- /dev/null
+++ b/include/cfgfile.h
@@ -0,0 +1,8 @@
+#ifndef __CFGFILE_H__
+#define __CFGFILE_H__
+
+#include <stdio.h>
+char ** cfgread(FILE *fp);
+char ** cfgfind(FILE *fp, char *var);
+
+#endif /* __CFGFILE_H__ */