diff options
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ void log_debug(const char *format, ...); void log_perror(const char *message); void log_error(const char *format, ...); void log_info(const char *format, ...); +void log_warning(const char *format, ...); #endif |