comparison src/audacious/ui_urlopener.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 b87f8c707b7f
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
21 * 21 *
22 * The Audacious team does not consider modular code linking to 22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work. 23 * Audacious or using our public API to be a derived work.
24 */ 24 */
25 25
26 #ifndef __AUDACIOUS_UI_URLOPENER_H__ 26 #ifndef AUDACIOUS_UI_URLOPENER_H
27 #define __AUDACIOUS_UI_URLOPENER_H__ 27 #define AUDACIOUS_UI_URLOPENER_H
28 28
29 #ifdef _AUDACIOUS_CORE 29 #ifdef _AUDACIOUS_CORE
30 # ifdef HAVE_CONFIG_H 30 # ifdef HAVE_CONFIG_H
31 # include "config.h" 31 # include "config.h"
32 # endif 32 # endif
40 GtkWidget *util_add_url_dialog_new(const gchar * caption, GCallback ok_func, 40 GtkWidget *util_add_url_dialog_new(const gchar * caption, GCallback ok_func,
41 GCallback enqueue_func); 41 GCallback enqueue_func);
42 42
43 G_END_DECLS 43 G_END_DECLS
44 44
45 #endif 45 #endif /* AUDACIOUS_UI_URLOPENER_H */