comparison stream/network.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 4d54efbb35ec
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
2 * Network layer for MPlayer 2 * Network layer for MPlayer
3 * by Bertrand BAUDET <bertrand_baudet@yahoo.com> 3 * by Bertrand BAUDET <bertrand_baudet@yahoo.com>
4 * (C) 2001, MPlayer team. 4 * (C) 2001, MPlayer team.
5 */ 5 */
6 6
7 #ifndef NETWORK_H 7 #ifndef MPLAYER_NETWORK_H
8 #define NETWORK_H 8 #define MPLAYER_NETWORK_H
9 9
10 #include <fcntl.h> 10 #include <fcntl.h>
11 #include <sys/time.h> 11 #include <sys/time.h>
12 #include <sys/types.h> 12 #include <sys/types.h>
13 13
61 HTTP_header_t *http_read_response(int fd); 61 HTTP_header_t *http_read_response(int fd);
62 62
63 int http_authenticate(HTTP_header_t *http_hdr, URL_t *url, int *auth_retry); 63 int http_authenticate(HTTP_header_t *http_hdr, URL_t *url, int *auth_retry);
64 URL_t* check4proxies(URL_t *url); 64 URL_t* check4proxies(URL_t *url);
65 65
66 #endif /* NETWORK_H */ 66 #endif /* MPLAYER_NETWORK_H */