Rewrite configuration structure and more minor changes

This commit is contained in:
Steffen Lange 2019-04-19 21:34:22 +02:00
parent 13ffe0c2c7
commit 5bafe48c82
7 changed files with 124 additions and 83 deletions

View file

@ -8,5 +8,6 @@ void log_close();
void log_inform(const char *msg);
void log_warn(const char *msg);
void log_exclaim(const char *msg);
void log_debug(const char *msg);
#endif