1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Cleanup: Mark local functions static

This commit is contained in:
Philipp Schafft 2018-06-16 12:25:03 +00:00
parent 6bc631c270
commit 23cc8a9646

View File

@ -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();