summaryrefslogtreecommitdiff
path: root/read_cfg.h
blob: d29bdd2c210a039b7b68fecb185a787481913317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#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