summaryrefslogtreecommitdiff
path: root/src/include/read_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/read_cfg.h')
-rw-r--r--src/include/read_cfg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/read_cfg.h b/src/include/read_cfg.h
index fc40cc0..29a36e7 100644
--- a/src/include/read_cfg.h
+++ b/src/include/read_cfg.h
@@ -11,12 +11,6 @@ GROUP **cfg_interp(char *path, int *group_count);
bool get_sort();
bool get_case_sensitivity();
void refer_to_doc();
-//void addme(char *path, char *group, bool force, char *name);
-//int search_ch(char *str, char c);
-//int search_last_ch(char *str, char c);
-//int wild_cmp(char *wild, char *literal);
-//char *strip_quotes(char *str);
-//void error_mes(int ln, char *message);
//functions that differ by os
extern char sep;