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

void cfg_interp();

void check_line(char *buffer);

#endif