Factorize timestamp parsing to be coherent with command line format in configuration file.

This commit is contained in:
Sylvain LAFRASSE 2022-03-30 16:50:38 +02:00
parent 1ec39d1c7b
commit a543fbd7ef
6 changed files with 99 additions and 39 deletions

View file

@ -37,5 +37,6 @@ struct config_t
char *map;
};
void config_file_print();
void config_file_parse(const int argc, char *argv[]);
void config_exit(void);