diff parser-cfg.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents d88f5f82826e
children e666cd9a8056
line wrap: on
line diff
--- a/parser-cfg.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/parser-cfg.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,6 +1,6 @@
-#ifndef PARSER_CFG_H
-#define PARSER_CFG_H
+#ifndef MPLAYER_PARSER_CFG_H
+#define MPLAYER_PARSER_CFG_H
 
 extern int m_config_parse_config_file(m_config_t* config, char *conffile);
 
-#endif /* PARSER_CFG_H */
+#endif /* MPLAYER_PARSER_CFG_H */