aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/log.h b/log.h
index f8581c9..ef6155d 100644
--- a/log.h
+++ b/log.h
@@ -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