diff 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
line wrap: on
line diff
--- a/stream/url.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/url.h	Fri Feb 22 09:09:46 2008 +0000
@@ -4,8 +4,8 @@
  * (C) 2001, MPlayer team.
  */
 
-#ifndef URL_H
-#define URL_H
+#ifndef MPLAYER_URL_H
+#define MPLAYER_URL_H
 
 //#define URL_DEBUG
 
@@ -30,4 +30,4 @@
 void url_debug(const URL_t* url);
 #endif /* URL_DEBUG */
 
-#endif /* URL_H */
+#endif /* MPLAYER_URL_H */