summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.h
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-10 01:39:25 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-10 01:39:25 +0000
commitebe32fd8c63ab2ce987db50070899fe20cc5223b (patch)
treedf8b8b4528e0bab083f8045cd5102bdf648da604 /libmpdemux/network.h
parente4074432b7fc613ba05bfa9432e328edc11001d6 (diff)
downloadmpv-ebe32fd8c63ab2ce987db50070899fe20cc5223b.tar.bz2
mpv-ebe32fd8c63ab2ce987db50070899fe20cc5223b.tar.xz
Added the connect2Server prototype.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3429 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/network.h')
-rw-r--r--libmpdemux/network.h2
1 files changed, 2 insertions, 0 deletions
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