comparison src/audacious/actions-mainwin.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 f1074a07ec09
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
15 * 15 *
16 * The Audacious team does not consider modular code linking to 16 * The Audacious team does not consider modular code linking to
17 * Audacious or using our public API to be a derived work. 17 * Audacious or using our public API to be a derived work.
18 */ 18 */
19 19
20 #ifndef ACTIONS_MAINWIN_H 20 #ifndef AUDACIOUS_ACTIONS_MAINWIN_H
21 #define ACTIONS_MAINWIN_H 21 #define AUDACIOUS_ACTIONS_MAINWIN_H
22 22
23 #include <glib.h> 23 #include <glib.h>
24 #include <gtk/gtk.h> 24 #include <gtk/gtk.h>
25 25
26 /* actions below are handled in mainwin.c */ 26 /* actions below are handled in mainwin.c */
71 void action_playback_previous(void); 71 void action_playback_previous(void);
72 void action_playback_stop(void); 72 void action_playback_stop(void);
73 void action_preferences(void); 73 void action_preferences(void);
74 void action_quit(void); 74 void action_quit(void);
75 void action_current_track_info(void); 75 void action_current_track_info(void);
76 #endif 76 #endif /* AUDACIOUS_ACTIONS_MAINWIN_H */