summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.h
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-29 09:18:53 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-29 09:18:53 +0000
commit4dc9465cb84324df27fa22256f05bff8e0859739 (patch)
treefa5433cab17654e5ccc7d306f6905df21decbd30 /libmpdemux/network.h
parentd60a88e4faddb30d197be3057616f6ba7032b3cc (diff)
downloadmpv-4dc9465cb84324df27fa22256f05bff8e0859739.tar.bz2
mpv-4dc9465cb84324df27fa22256f05bff8e0859739.tar.xz
GCC warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7954 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/network.h')
-rw-r--r--libmpdemux/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/network.h b/libmpdemux/network.h
index f3a60b6f04..7ab436d7ab 100644
--- a/libmpdemux/network.h
+++ b/libmpdemux/network.h
@@ -52,6 +52,8 @@ int connect2Server(char *host, int port);
int http_send_request(URL_t *url);
HTTP_header_t *http_read_response(int fd);
+int http_authenticate(HTTP_header_t *http_hdr, URL_t *url, int *auth_retry);
+
/*
* Joey Parrish <joey@yunamusic.com>:
*