From 6b13ea53aeedb646b082a13bf16f67f8556087ae Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 25 Aug 2024 00:18:42 -0500 Subject: core: refactor entire project root Reorganize the project root such that each subsystem is placed into its own subdirectory. This allows the build system to select which subsystems to enable for a particular build. Signed-off-by: Danny Holman --- include/rune_logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rune_logging.h') 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 -- cgit v1.2.3