mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Factorize timestamp parsing to be coherent with command line format in configuration file.
This commit is contained in:
parent
1ec39d1c7b
commit
a543fbd7ef
6 changed files with 99 additions and 39 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue