# HG changeset patch # User bertrand # Date 1007948365 0 # Node ID 9acbded8e5baa6b0679cf8870dc6c3210e3908bb # Parent ce4b5a2c9bf480c33076f4cbb08a278b726eae34 Added the connect2Server prototype. diff -r ce4b5a2c9bf4 -r 9acbded8e5ba libmpdemux/network.h --- a/libmpdemux/network.h Mon Dec 10 01:35:37 2001 +0000 +++ b/libmpdemux/network.h Mon Dec 10 01:39:25 2001 +0000 @@ -41,4 +41,6 @@ int nop_streaming_read( int fd, char *buffer, int size, streaming_ctrl_t *stream_ctrl ); int nop_streaming_seek( int fd, off_t pos, streaming_ctrl_t *stream_ctrl ); +int connect2Server(char *host, int port); + #endif