comparison src/audacious/ui_main_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 8775dfc57ead
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
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 #include <glib.h> 21 #include <glib.h>
22 22
23 #ifndef __AUDACIOUS_UI_MAIN_EVLISTENERS_H__ 23 #ifndef AUDACIOUS_UI_MAIN_EVLISTENERS_H
24 #define __AUDACIOUS_UI_MAIN_EVLISTENERS_H__ 24 #define AUDACIOUS_UI_MAIN_EVLISTENERS_H
25 25
26 void ui_main_evlistener_init(void); 26 void ui_main_evlistener_init(void);
27 27
28 #endif 28 #endif /* AUDACIOUS_UI_MAIN_EVLISTENERS_H */