mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
8 lines
124 B
C
8 lines
124 B
C
#ifndef __SLAVE_H__
|
|
#define __SLAVE_H__
|
|
|
|
void slave_initialize(void);
|
|
void slave_shutdown(void);
|
|
|
|
#endif /* __SLAVE_H__ */
|