#ifndef READ_CFG_H #define READ_CFG_H #define BUF_LEN 1024 void cfg_interp(); bool get_sort(); bool get_case_sensitivity(); void refer_to_doc(); void addme(); int search_ch(); int search_last_ch(); int wild_cmp(); char *strip_quotes(); void error_mes(); #endif