aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/kern/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kern/log.h b/include/kern/log.h
index e1e4088..32d3890 100644
--- a/include/kern/log.h
+++ b/include/kern/log.h
@@ -20,4 +20,6 @@ void kerr_logf(const char* fmt, ...);
/** Like klogf, but with a va_list argument. */
void kerr_vlogf(const char* fmt, va_list args);
+void initialize_logging();
+
#endif