Mercurial > mplayer.hg
diff libmpdemux/network.h @ 3428:9acbded8e5ba
Added the connect2Server prototype.
author | bertrand |
---|---|
date | Mon, 10 Dec 2001 01:39:25 +0000 |
parents | 1c2fb4764745 |
children | 10577da4a7b1 |
line wrap: on
line diff
--- 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