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

void cfg_interp();

void check_line(char *buffer);

int get_compmode();

#endif