generarxml/src/readconfig.h
Chris Cromer f398929260 cleanup
2016-10-23 23:17:03 -03:00

6 lines
133 B
C

/*
* This function reads the designated config file and save into int the
* config struct.
*/
int read_config(char *config_file);