comparison src/audacious/ui_skinselector.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 f1c756f39e6c
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
18 * 18 *
19 * The Audacious team does not consider modular code linking to 19 * The Audacious team does not consider modular code linking to
20 * Audacious or using our public API to be a derived work. 20 * Audacious or using our public API to be a derived work.
21 */ 21 */
22 22
23 #ifndef SKINWIN_H 23 #ifndef AUDACIOUS_UI_SKINSELECTOR_H
24 #define SKINWIN_H 24 #define AUDACIOUS_UI_SKINSELECTOR_H
25 25
26 #include <glib.h> 26 #include <glib.h>
27 #include <gtk/gtk.h> 27 #include <gtk/gtk.h>
28 28
29 #define SKIN_NODE(x) ((SkinNode *)(x)) 29 #define SKIN_NODE(x) ((SkinNode *)(x))
40 40
41 void skinlist_update(); 41 void skinlist_update();
42 void skin_view_realize(GtkTreeView * treeview); 42 void skin_view_realize(GtkTreeView * treeview);
43 void skin_view_update(GtkTreeView * treeview, GtkWidget * refresh_button); 43 void skin_view_update(GtkTreeView * treeview, GtkWidget * refresh_button);
44 44
45 #endif 45 #endif /* AUDACIOUS_UI_SKINSELECTOR_H */