diff src/audacious/ui_manager.h @ 4407:5a0f5ef1de61

Some stupid header cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 05:59:24 +0300
parents f1c756f39e6c
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/ui_manager.h	Mon Mar 31 00:49:26 2008 +0400
+++ b/src/audacious/ui_manager.h	Mon Mar 31 05:59:24 2008 +0300
@@ -17,14 +17,14 @@
  *  Audacious or using our public API to be a derived work.
  */
 
-#ifndef AUD_UIMANAGER_H
-#define AUD_UIMANAGER_H
-
+#ifndef __AUDACIOUS_UIMANAGER_H__
+#define __AUDACIOUS_UIMANAGER_H__
 
 #include <glib.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
+G_BEGIN_DECLS
 
 GtkWidget *mainwin_songname_menu;
 GtkWidget *mainwin_general_menu;
@@ -72,5 +72,6 @@
 void ui_manager_popup_menu_show( GtkMenu * , gint , gint , guint , guint );
 #define popup_menu_show(x1,x2,x3,x4,x5) ui_manager_popup_menu_show(x1,x2,x3,x4,x5)
 
+G_END_DECLS
 
-#endif /* AUD_UIMANAGER_H */
+#endif /* __AUDACIOUS_UIMANAGER_H__ */