diff options
Diffstat (limited to 'include/kern/log.h')
-rw-r--r-- | include/kern/log.h | 2 |
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 |