From 755e127c26dac7beb48f19c2b989d02543afd7ae Mon Sep 17 00:00:00 2001 From: albeu Date: Fri, 15 Aug 2003 19:13:23 +0000 Subject: ftp support. The change on connect2Server is needed bcs we need 2 different level of verbosity for control and data connections. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10626 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/network.h') diff --git a/libmpdemux/network.h b/libmpdemux/network.h index 9bf614e0c0..49675f2f8c 100644 --- a/libmpdemux/network.h +++ b/libmpdemux/network.h @@ -51,7 +51,7 @@ 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); +int connect2Server(char *host, int port,int verb); int http_send_request(URL_t *url); HTTP_header_t *http_read_response(int fd); -- cgit v1.2.3