summaryrefslogtreecommitdiff
path: root/include/utilconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utilconf.h')
-rw-r--r--include/utilconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/utilconf.h b/include/utilconf.h
new file mode 100644
index 0000000..8be0173
--- /dev/null
+++ b/include/utilconf.h
@@ -0,0 +1,8 @@
+#ifndef UTILCONF_H
+#define UTILCONF_H
+
+
+char getconfent (char *filename, char *entryname, char *buf, int len);
+
+
+#endif