a5f09d5196
. makes switching between revisions with new system.conf keywords less risky
4 lines
157 B
C
4 lines
157 B
C
void fatal(char *fmt, ...);
|
|
void warning(char *fmt, ...);
|
|
const char *parse_config(char *progname, int custom, char *configname,
|
|
struct rs_config *config);
|