summaryrefslogtreecommitdiffstats
path: root/stream/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/network.h')
-rw-r--r--stream/network.h2
1 files changed, 0 insertions, 2 deletions
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);