created initLogger function

This commit is contained in:
Václav Šmejkal 2022-11-18 17:26:02 +01:00
parent 96d7e986da
commit d842c0589a
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -1,6 +1,6 @@
#ifndef WHY2_LOGGER_LOGGER_H #ifndef WHY2_LOGGER_LOGGER_H
#define WHY2_LOGGER_LOGGER_H #define WHY2_LOGGER_LOGGER_H
int initLogger(char *path);
#endif #endif