1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00
icecast-server/src/util.h

7 lines
128 B
C
Raw Normal View History

#ifndef __UTIL_H__
#define __UTIL_H__
int util_read_header(int sock, char *buff, unsigned long len);
#endif /* __UTIL_H__ */