diff options
author | louie <lshprung@yahoo.com> | 2020-09-15 10:01:33 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-09-15 10:01:33 -0700 |
commit | bcb57cf92b1fd24374c23b0c8af3327216f0a936 (patch) | |
tree | bc10a0298810a798933c89353829aebce9c13f40 /read_cfg.h | |
parent | 47659f11b50cce9eea576f791273e814fdf6fc8d (diff) |
Removed compMode option, improved error messages
Diffstat (limited to 'read_cfg.h')
-rw-r--r-- | read_cfg.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ char *find_config(); void cfg_interp(); -int get_compmode(); - bool get_sort(); bool get_case_sensitivity(); |