From b8209a2349ffb2153e0c17f43412f2c9906aa8d0 Mon Sep 17 00:00:00 2001 From: louie Date: Mon, 28 Dec 2020 15:34:29 -0800 Subject: Moved headers to separate directory --- read_cfg.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 read_cfg.h (limited to 'read_cfg.h') diff --git a/read_cfg.h b/read_cfg.h deleted file mode 100644 index abb31cc..0000000 --- a/read_cfg.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef READ_CFG_H -#define READ_CFG_H - -#define BUF_LEN 1024 - -void cfg_interp(char *path); - -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); - -#endif -- cgit