diff --git a/src/config.c b/src/config.c index 42bf8ad..d258487 100644 --- a/src/config.c +++ b/src/config.c @@ -25,6 +25,7 @@ extern void log_error(const char* message); // ================================ // CORE CONFIGURATION FUNCTIONS // ================================ +// int init_configuration_system(void) { log_info("Initializing configuration system...");