comparison playtree.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 0f1b5b68af32
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef MPLAYER_PLAYTREE_H
2 #define MPLAYER_PLAYTREE_H
1 3
2 /// \file 4 /// \file
3 /// \ingroup Playtree 5 /// \ingroup Playtree
4
5 #ifndef PLAYTREE_H
6 #define PLAYTREE_H
7 6
8 struct stream_st; 7 struct stream_st;
9 struct m_config; 8 struct m_config;
10 9
11 /// \defgroup PlaytreeIterReturn Playtree iterator return code 10 /// \defgroup PlaytreeIterReturn Playtree iterator return code
280 /// Resets the iter and goes back to head. 279 /// Resets the iter and goes back to head.
281 void pt_iter_goto_head(play_tree_iter_t* iter); 280 void pt_iter_goto_head(play_tree_iter_t* iter);
282 281
283 ///@} 282 ///@}
284 283
285 #endif /* PLAYTREE_H */ 284 ///@}
286 285
287 ///@} 286 #endif /* MPLAYER_PLAYTREE_H */