comparison src/audacious/ui_preferences.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 05140463a43e
children ad06ffc54c23
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 PREFSWIN_H 20 #ifndef AUDACIOUS_UI_PREFERENCES_H
21 #define PREFSWIN_H 21 #define AUDACIOUS_UI_PREFERENCES_H
22 22
23 void create_prefs_window(void); 23 void create_prefs_window(void);
24 void show_prefs_window(void); 24 void show_prefs_window(void);
25 void hide_prefs_window(void); 25 void hide_prefs_window(void);
26 26
30 GdkDragContext * context, 30 GdkDragContext * context,
31 gint x, gint y, 31 gint x, gint y,
32 GtkSelectionData * selection_data, 32 GtkSelectionData * selection_data,
33 guint info, guint time, 33 guint info, guint time,
34 gpointer user_data); 34 gpointer user_data);
35 #endif 35 #endif /* AUDACIOUS_UI_PREFERENCES_H */