comparison src/audacious/ui_fileopener.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 b5ee3a4a8e3b
children d69b2bcea170
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 UI_FILEOPENER_H 20 #ifndef AUDACIOUS_UI_FILEOPENER_H
21 #define UI_FILEOPENER_H 21 #define AUDACIOUS_UI_FILEOPENER_H
22 22
23 #include <gtk/gtk.h> 23 #include <gtk/gtk.h>
24 24
25 #define NO_PLAY_BUTTON FALSE 25 #define NO_PLAY_BUTTON FALSE
26 #define PLAY_BUTTON TRUE 26 #define PLAY_BUTTON TRUE
27 27
28 void run_filebrowser(gboolean clear_pl_on_ok); 28 void run_filebrowser(gboolean clear_pl_on_ok);
29 void hide_filebrowser(void); 29 void hide_filebrowser(void);
30 30
31 #endif 31 #endif /* AUDACIOUS_UI_FILEOPENER_H */