summaryrefslogtreecommitdiff
path: root/read_cfg.h
blob: 5c2e77b1ea78cf10ef9f0c1704956a765515739e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef READ_CFG_H
#define READ_CFG_H

char *find_config();

void cfg_interp();

int get_compmode();

bool get_sort();

bool get_case_sensitivity();

#endif