diff --git a/include/logger/logger.h b/include/logger/logger.h index 89a452b..8050feb 100644 --- a/include/logger/logger.h +++ b/include/logger/logger.h @@ -1,6 +1,6 @@ #ifndef WHY2_LOGGER_LOGGER_H #define WHY2_LOGGER_LOGGER_H - +int initLogger(char *path); #endif \ No newline at end of file