1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00
icecast-server/src/slave.h
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__ */