diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/read_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/read_cfg.h b/include/read_cfg.h index 6b0c276..b6b996f 100644 --- a/include/read_cfg.h +++ b/include/read_cfg.h @@ -3,7 +3,7 @@ #define BUF_LEN 1024 -void cfg_interp(char *path); +bool cfg_interp(char *path); bool get_sort(); bool get_case_sensitivity(); void refer_to_doc(); |