comparison stream/url.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3f0d00abc073
children 0f1b5b68af32
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
2 * URL Helper 2 * URL Helper
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 URL_H 7 #ifndef MPLAYER_URL_H
8 #define URL_H 8 #define MPLAYER_URL_H
9 9
10 //#define URL_DEBUG 10 //#define URL_DEBUG
11 11
12 typedef struct { 12 typedef struct {
13 char *url; 13 char *url;
28 28
29 #ifdef URL_DEBUG 29 #ifdef URL_DEBUG
30 void url_debug(const URL_t* url); 30 void url_debug(const URL_t* url);
31 #endif /* URL_DEBUG */ 31 #endif /* URL_DEBUG */
32 32
33 #endif /* URL_H */ 33 #endif /* MPLAYER_URL_H */