From d7b460956a351157b59a551a8c21cfc18bf11e69 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 5 Aug 2006 10:30:06 +0000 Subject: isolated tcp socket code from network.c to a dedicated file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19341 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/network.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'stream/network.h') diff --git a/stream/network.h b/stream/network.h index bb659fa6ba..8591fa32dc 100644 --- a/stream/network.h +++ b/stream/network.h @@ -57,8 +57,6 @@ int nop_streaming_read( int fd, char *buffer, int size, streaming_ctrl_t *stream int nop_streaming_seek( int fd, off_t pos, streaming_ctrl_t *stream_ctrl ); void streaming_ctrl_free( streaming_ctrl_t *streaming_ctrl ); -int connect2Server(char *host, int port,int verb); - int http_send_request(URL_t *url, off_t pos); HTTP_header_t *http_read_response(int fd); -- cgit v1.2.3