summary refs log tree commit diff stats
path: root/src/fe-gtk/banlist.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/banlist.h
parent4de6db6c47e45816364aee7a4fd0c2318d1ec934 (diff)
Consistent header macros everywhere
Diffstat (limited to 'src/fe-gtk/banlist.h')
-rw-r--r--src/fe-gtk/banlist.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fe-gtk/banlist.h b/src/fe-gtk/banlist.h
index 06ab8cac..899ee5e5 100644
--- a/src/fe-gtk/banlist.h
+++ b/src/fe-gtk/banlist.h
@@ -17,8 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#ifndef BANLIST_H
-#define BANLIST_H
+#ifndef HEXCHAT_BANLIST_H
+#define HEXCHAT_BANLIST_H
 
 #include "../common/hexchat.h"
 void banlist_opengui (session *sess);
@@ -72,4 +72,5 @@ typedef struct mode_info_s {
 	int bit;			/* Mask bit, e.g., 1<<MODE_BAN  */
 	void (*tester)(banlist_info *, int);	/* Function returns true to set bit into checkable */
 } mode_info;
-#endif /* BANLIST_H */
+
+#endif /* HEXCHAT_BANLIST_H */