comparison libmpdemux/network.h @ 7953:60624e692b95

GCC warning fixes
author bertrand
date Tue, 29 Oct 2002 09:18:53 +0000
parents 2c34499ef4af
children 237fcb766110
comparison
equal deleted inserted replaced
7952:be43106d6329 7953:60624e692b95
50 int connect2Server(char *host, int port); 50 int connect2Server(char *host, int port);
51 51
52 int http_send_request(URL_t *url); 52 int http_send_request(URL_t *url);
53 HTTP_header_t *http_read_response(int fd); 53 HTTP_header_t *http_read_response(int fd);
54 54
55 int http_authenticate(HTTP_header_t *http_hdr, URL_t *url, int *auth_retry);
56
55 /* 57 /*
56 * Joey Parrish <joey@yunamusic.com>: 58 * Joey Parrish <joey@yunamusic.com>:
57 * 59 *
58 * This define is to allow systems without inet_pton() to fallback on 60 * This define is to allow systems without inet_pton() to fallback on
59 * inet_aton(). The difference between the two is that inet_aton() is 61 * inet_aton(). The difference between the two is that inet_aton() is