summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.h
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-17 12:30:45 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-17 12:30:45 +0000
commitb603289132cbe36dc57ab9f284742f5b47e6818e (patch)
treeaf802179660474434ab46bab525d70aec037987d /libmpdemux/network.h
parentdd4befd76fd2e8a4c30681f8dae17186065cc8c8 (diff)
downloadmpv-b603289132cbe36dc57ab9f284742f5b47e6818e.tar.bz2
mpv-b603289132cbe36dc57ab9f284742f5b47e6818e.tar.xz
enable seeking in http streams
patch by Valentine Zaretsky <valik+mplayerdev@email.dp.ua> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11966 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/network.h')
-rw-r--r--libmpdemux/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/network.h b/libmpdemux/network.h
index 49675f2f8c..1d52ed652f 100644
--- a/libmpdemux/network.h
+++ b/libmpdemux/network.h
@@ -53,7 +53,7 @@ int nop_streaming_seek( int fd, off_t pos, streaming_ctrl_t *stream_ctrl );
int connect2Server(char *host, int port,int verb);
-int http_send_request(URL_t *url);
+int http_send_request(URL_t *url, off_t pos);
HTTP_header_t *http_read_response(int fd);
int http_authenticate(HTTP_header_t *http_hdr, URL_t *url, int *auth_retry);