From c8a6c6385b908dd22e53f3cd403cdab0400a3d2c Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 22 Feb 2010 13:50:48 +0000 Subject: Declare functions from network.c in network.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30698 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/network.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stream/network.h') diff --git a/stream/network.h b/stream/network.h index b4e24525da..b842b1ed24 100644 --- a/stream/network.h +++ b/stream/network.h @@ -66,4 +66,7 @@ HTTP_header_t *http_read_response(int fd); int http_authenticate(HTTP_header_t *http_hdr, URL_t *url, int *auth_retry); URL_t* check4proxies(URL_t *url); +void fixup_network_stream_cache(stream_t *stream); +int http_seek(stream_t *stream, off_t pos); + #endif /* MPLAYER_NETWORK_H */ -- cgit v1.2.3