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:
parent
6bc631c270
commit
23cc8a9646
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user