Files
2016-03-30 22:54:22 +02:00

10 lines
182 B
C

#ifndef STREAMER_INC
#define STREAMER_INC
#define MAX_HEADERLINE 512
extern FILE *ConnectStation(TCPSOCKET *sock, u_long ip, u_short port, u_char *path, u_long *metaint);
#endif