aboutsummaryrefslogtreecommitdiff
path: root/include/std/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/std/log.h')
-rw-r--r--include/std/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/std/log.h b/include/std/log.h
index cd376c6..12b52e1 100644
--- a/include/std/log.h
+++ b/include/std/log.h
@@ -3,7 +3,7 @@
#include "defs.h"
-amal_mutex* amal_log_get_mutex();
+amal_mutex* amal_log_get_mutex(void);
void amal_log_debug(const char *fmt, ...);
void amal_log_error(const char *fmt, ...);
void amal_log_info(const char *fmt, ...);