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/plugingui.h | |
parent | 4de6db6c47e45816364aee7a4fd0c2318d1ec934 (diff) |
Consistent header macros everywhere
Diffstat (limited to 'src/fe-gtk/plugingui.h')
-rw-r--r-- | src/fe-gtk/plugingui.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fe-gtk/plugingui.h b/src/fe-gtk/plugingui.h index 6b748eae..ae079a72 100644 --- a/src/fe-gtk/plugingui.h +++ b/src/fe-gtk/plugingui.h @@ -17,5 +17,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#ifndef HEXCHAT_PLUGINGUI_H +#define HEXCHAT_PLUGINGUI_H + void plugingui_open (void); void plugingui_load (void); + +#endif |