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

Some stupid header cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 05:59:24 +0300
parents 0fb35f6cc4b7
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/ui_plugin_menu.h	Mon Mar 31 00:49:26 2008 +0400
+++ b/src/audacious/ui_plugin_menu.h	Mon Mar 31 05:59:24 2008 +0300
@@ -19,13 +19,13 @@
 
 /* these functions are currently implemented in ui_manager.c */
 
-#ifndef AUD_UIPLUGINMENU_H
-#define AUD_UIPLUGINMENU_H
-
+#ifndef __AUDACIOUS_UIPLUGINMENU_H__
+#define __AUDACIOUS_UIPLUGINMENU_H__
 
 #include <glib.h>
 #include <gtk/gtk.h>
 
+G_BEGIN_DECLS
 
 #define AUDACIOUS_MENU_MAIN             0
 #define AUDACIOUS_MENU_PLAYLIST         1
@@ -38,5 +38,6 @@
 gint menu_plugin_item_add( gint , GtkWidget * );
 gint menu_plugin_item_remove( gint , GtkWidget * );
 
+G_END_DECLS
 
-#endif /* AUD_UIPLUGINMENU_H */
+#endif /* __AUDACIOUS_UIPLUGINMENU_H__ */