diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 01:02:03 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 01:02:03 +0200 |
commit | 0f204234551edc5db76ac603ab577df319031a8b (patch) | |
tree | c82469ac62ca69f935f91549789d9f24559a9ebb /src/fe-gtk/custom-list.h | |
parent | 4de6db6c47e45816364aee7a4fd0c2318d1ec934 (diff) |
Consistent header macros everywhere
Diffstat (limited to 'src/fe-gtk/custom-list.h')
-rw-r--r-- | src/fe-gtk/custom-list.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe-gtk/custom-list.h b/src/fe-gtk/custom-list.h index 75e5555a..8ef5fd52 100644 --- a/src/fe-gtk/custom-list.h +++ b/src/fe-gtk/custom-list.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef _custom_list_h_included_ -#define _custom_list_h_included_ +#ifndef HEXCHAT_CUSTOM_LIST_H +#define HEXCHAT_CUSTOM_LIST_H #include <gtk/gtk.h> @@ -101,4 +101,4 @@ void custom_list_append (CustomList *, chanlistrow *); void custom_list_resort (CustomList *); void custom_list_clear (CustomList *); -#endif /* _custom_list_h_included_ */ +#endif /* HEXCHAT_CUSTOM_LIST_H */ |