summary refs log tree commit diff stats
path: root/src/fe-gtk/plugin-tray.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-01 01:02:03 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-01 01:02:03 +0200
commit0f204234551edc5db76ac603ab577df319031a8b (patch)
treec82469ac62ca69f935f91549789d9f24559a9ebb /src/fe-gtk/plugin-tray.h
parent4de6db6c47e45816364aee7a4fd0c2318d1ec934 (diff)
Consistent header macros everywhere
Diffstat (limited to 'src/fe-gtk/plugin-tray.h')
-rw-r--r--src/fe-gtk/plugin-tray.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fe-gtk/plugin-tray.h b/src/fe-gtk/plugin-tray.h
index eebb7eef..cb77019a 100644
--- a/src/fe-gtk/plugin-tray.h
+++ b/src/fe-gtk/plugin-tray.h
@@ -17,7 +17,12 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#ifndef HEXCHAT_PLUGIN_TRAY_H
+#define HEXCHAT_PLUGIN_TRAY_H
+
 int tray_plugin_init (void *, char **, char **, char **, char *);
 int tray_plugin_deinit (void *);
 gboolean tray_toggle_visibility (gboolean force_hide);
 void tray_apply_setup (void);
+
+#endif