1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-30 06:35:23 +00:00
icecast-server/src/slave.h

8 lines
124 B
C
Raw Normal View History

#ifndef __SLAVE_H__
#define __SLAVE_H__
void slave_initialize(void);
void slave_shutdown(void);
#endif /* __SLAVE_H__ */