summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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