1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00
Michael Smith f1dc57ae2b Cleaned up version of Ciaran Anscomb's relaying patch.
svn path=/trunk/httpp/; revision=3760
2002-08-05 14:48:04 +00:00

8 lines
124 B
C

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