diff libmpdemux/network.h @ 7953:60624e692b95

GCC warning fixes
author bertrand
date Tue, 29 Oct 2002 09:18:53 +0000
parents 2c34499ef4af
children 237fcb766110
line wrap: on
line diff
--- a/libmpdemux/network.h	Tue Oct 29 09:16:06 2002 +0000
+++ b/libmpdemux/network.h	Tue Oct 29 09:18:53 2002 +0000
@@ -52,6 +52,8 @@
 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>:
  *