summaryrefslogtreecommitdiff
path: root/include/rune_logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rune_logging.h')
-rw-r--r--include/rune_logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rune_logging.h b/include/rune_logging.h
index a0b9e29..f8876db 100644
--- a/include/rune_logging.h
+++ b/include/rune_logging.h
@@ -11,6 +11,6 @@ enum log_level {
LOG_DEBUG
};
-void log_output(int level, const char *fmt, ...);
+RAPI void log_output(int level, const char *fmt, ...);
#endif