summaryrefslogtreecommitdiff
path: root/include/read_cfg_extend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/read_cfg_extend.h')
-rw-r--r--include/read_cfg_extend.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/read_cfg_extend.h b/include/read_cfg_extend.h
new file mode 100644
index 0000000..3c9cb24
--- /dev/null
+++ b/include/read_cfg_extend.h
@@ -0,0 +1,12 @@
+#ifndef READ_CFG_EXTEND_H
+#define READ_CFG_EXTEND_H
+
+extern char sep;
+
+char *find_config();
+
+void mkconfig_wizard();
+
+void handle_fname(char *path, char *group, bool recurs, bool force, char *name, int ln);
+
+#endif