comparison src/audacious/ui_playlist_evlisteners.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 f6bf0b7072c8
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
16 * 16 *
17 * The Audacious team does not consider modular code linking to 17 * The Audacious team does not consider modular code linking to
18 * Audacious or using our public API to be a derived work. 18 * Audacious or using our public API to be a derived work.
19 */ 19 */
20 20
21 #ifndef __AUDACIOUS_UI_PLAYLIST_EVLISTENERS_H__ 21 #ifndef AUDACIOUS_UI_PLAYLIST_EVLISTENERS_H
22 #define __AUDACIOUS_UI_PLAYLIST_EVLISTENERS_H__ 22 #define AUDACIOUS_UI_PLAYLIST_EVLISTENERS_H
23 23
24 void ui_playlist_evlistener_init(void); 24 void ui_playlist_evlistener_init(void);
25 25
26 #endif 26 #endif /* AUDACIOUS_UI_PLAYLIST_EVLISTENERS_H */