summaryrefslogtreecommitdiffstats
path: root/stream/http.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 13:50:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 13:50:48 +0000
commitc8a6c6385b908dd22e53f3cd403cdab0400a3d2c (patch)
tree733b20f3fdb550cc55333602bee6cc6fc000bd3b /stream/http.c
parent638b2af889d6cafca224d0914499ff78ebe71358 (diff)
downloadmpv-c8a6c6385b908dd22e53f3cd403cdab0400a3d2c.tar.bz2
mpv-c8a6c6385b908dd22e53f3cd403cdab0400a3d2c.tar.xz
Declare functions from network.c in network.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30698 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/http.c')
-rw-r--r--stream/http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/http.c b/stream/http.c
index f4ce03e038..bda6c060c7 100644
--- a/stream/http.c
+++ b/stream/http.c
@@ -47,8 +47,6 @@ extern const mime_struct_t mime_type_table[];
extern int stream_cache_size;
extern int network_bandwidth;
-int http_seek(stream_t *stream, off_t pos);
-
typedef struct {
unsigned metaint;
unsigned metapos;