From ebe32fd8c63ab2ce987db50070899fe20cc5223b Mon Sep 17 00:00:00 2001 From: bertrand Date: Mon, 10 Dec 2001 01:39:25 +0000 Subject: Added the connect2Server prototype. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3429 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/network.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpdemux/network.h') diff --git a/libmpdemux/network.h b/libmpdemux/network.h index 418af392b7..d4f7fff87f 100644 --- a/libmpdemux/network.h +++ b/libmpdemux/network.h @@ -41,4 +41,6 @@ int streaming_bufferize( streaming_ctrl_t *streaming_ctrl, char *buffer, int siz 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 -- cgit v1.2.3