[Mplayer-cvslog] CVS: main/libmpdemux network.h,1.5,1.6
Bertrand Baudet
bertrand at mplayer.dev.hu
Mon Dec 10 02:39:29 CET 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv7163
Modified Files:
network.h
Log Message:
Added the connect2Server prototype.
Index: network.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- network.h 10 Dec 2001 01:34:08 -0000 1.5
+++ network.h 10 Dec 2001 01:39:25 -0000 1.6
@@ -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
More information about the MPlayer-cvslog
mailing list