mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-20 21:00:20 -05:00
conf: split line parsing from CNF_ReadFile
This commit is contained in:
1
conf.h
1
conf.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user