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

char *find_config();

void cfg_interp();

int get_compmode();

#endif