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, 0 insertions, 12 deletions
diff --git a/windows/read_cfg.h b/windows/read_cfg.h
deleted file mode 100644
index 19df23e..0000000
--- a/windows/read_cfg.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef WINDOWS_READ_CFG_H
-#define WINDOWS_READ_CFG_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