generarxml/src/readconfig.h
2016-10-21 18:42:37 -03:00

6 lines
132 B
C

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