changeset 3428:9acbded8e5ba

Added the connect2Server prototype.
author bertrand
date Mon, 10 Dec 2001 01:39:25 +0000
parents ce4b5a2c9bf4
children c410e4abc6be
files libmpdemux/network.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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