diff --git a/src/main.c b/src/main.c index 89ed2552..48647eed 100644 --- a/src/main.c +++ b/src/main.c @@ -116,7 +116,7 @@ static void _stop_logging(void) log_close(playlistlog); } -void initialize_subsystems(void) +static void initialize_subsystems(void) { log_initialize(); thread_initialize(); @@ -134,7 +134,7 @@ void initialize_subsystems(void) #endif } -void shutdown_subsystems(void) +static void shutdown_subsystems(void) { event_shutdown(); fserve_shutdown();