diff playtreeparser.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 83c95bd31aab
line wrap: on
line diff
--- a/playtreeparser.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/playtreeparser.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,3 +1,5 @@
+#ifndef MPLAYER_PLAYTREEPARSER_H
+#define MPLAYER_PLAYTREEPARSER_H
 
 /// \defgroup PlaytreeParser Playtree parser
 /// \ingroup Playtree
@@ -8,9 +10,6 @@
 
 /// \file
 
-#ifndef PLAYTREEPARSER_H
-#define PLAYTREEPARSER_H
-
 struct stream_st;
 
 typedef struct play_tree_parser {
@@ -47,6 +46,6 @@
 void
 play_tree_add_bpf(play_tree_t* pt, char* filename);
 
-#endif /* PLAYTREEPARSER_H */
+///@}
 
-///@}
+#endif /* MPLAYER_PLAYTREEPARSER_H */