summaryrefslogtreecommitdiff
path: root/unix/read_cfg.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-12-28 12:47:47 -0800
committerlouie <lshprung@yahoo.com>2020-12-28 12:47:47 -0800
commitd7fa91b54c7dcce8dedbe32f37cf849f530f8864 (patch)
treec22df16697dc92aaed450412e11697eb13a62858 /unix/read_cfg.h
parentcf54938e343a9fced866fd2f2602eb807b7b8a93 (diff)
Cleaned up ifdefs
Diffstat (limited to 'unix/read_cfg.h')
-rw-r--r--unix/read_cfg.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/unix/read_cfg.h b/unix/read_cfg.h
new file mode 100644
index 0000000..ce0ad88
--- /dev/null
+++ b/unix/read_cfg.h
@@ -0,0 +1,12 @@
+#ifndef UNIX_READ_CFG_H
+#define UNIX_READ_CFG_H
+
+extern char sep;
+
+char *find_config();
+
+void mkconfig_wizard();
+
+void handle_fname();
+
+#endif