summaryrefslogtreecommitdiff
path: root/windows/read_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/read_cfg.h')
-rw-r--r--windows/read_cfg.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/windows/read_cfg.h b/windows/read_cfg.h
new file mode 100644
index 0000000..37684af
--- /dev/null
+++ b/windows/read_cfg.h
@@ -0,0 +1,12 @@
+#ifndef WINDOWS_READ_CFG_H
+#define WINDOWS_READ_CFG_H
+
+extern char sep;
+
+char *find_config();
+
+void mkconfig_wizard();
+
+void handle_fname();
+
+#endif