summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index ecd3428..f38be7a 100644
--- a/src/log.h
+++ b/src/log.h
@@ -8,6 +8,7 @@ enum log_level {
LOG_FATAL
};
-void log_msg(enum log_level level, const char *namespace, const char *format, ...);
+void log_msg(enum log_level level, const char *namespace,
+ const char *format, ...);
#endif