comparison src/audacious/playlist.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 97b29dec6c6b
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
20 * along with this program. If not, see <http://www.gnu.org/licenses>. 20 * along with this program. If not, see <http://www.gnu.org/licenses>.
21 * 21 *
22 * The Audacious team does not consider modular code linking to 22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work. 23 * Audacious or using our public API to be a derived work.
24 */ 24 */
25 #ifndef _AUDACIOUS_PLAYLIST_H 25 #ifndef AUDACIOUS_PLAYLIST_H
26 #define _AUDACIOUS_PLAYLIST_H 26 #define AUDACIOUS_PLAYLIST_H
27 27
28 /* XXX: Allow pre-0.2 libmowgli to build audacious. */ 28 /* XXX: Allow pre-0.2 libmowgli to build audacious. */
29 #ifdef TRUE 29 #ifdef TRUE
30 # undef TRUE 30 # undef TRUE
31 #endif 31 #endif
244 244
245 extern const gchar *get_gentitle_format(void); 245 extern const gchar *get_gentitle_format(void);
246 246
247 G_END_DECLS 247 G_END_DECLS
248 248
249 #endif 249 #endif /* AUDACIOUS_PLAYLIST_H */