conf: split line parsing from CNF_ReadFile

This commit is contained in:
Miroslav Lichvar
2014-04-09 12:36:13 +02:00
parent 70feea48f8
commit 7c7ab95e2e
2 changed files with 148 additions and 145 deletions

1
conf.h
View File

@@ -34,6 +34,7 @@ extern void CNF_SetRestarted(int);
extern char *CNF_GetRtcDevice(void);
extern void CNF_ReadFile(const char *filename);
extern void CNF_ParseLine(const char *filename, int number, char *line);
extern void CNF_AddInitSources(void);
extern void CNF_AddSources(void);