From 0f204234551edc5db76ac603ab577df319031a8b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 1 Apr 2013 01:02:03 +0200 Subject: Consistent header macros everywhere --- src/fe-gtk/notifygui.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/fe-gtk/notifygui.h') diff --git a/src/fe-gtk/notifygui.h b/src/fe-gtk/notifygui.h index e4549c84..6517995c 100644 --- a/src/fe-gtk/notifygui.h +++ b/src/fe-gtk/notifygui.h @@ -17,5 +17,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#ifndef HEXCHAT_NOTIFYGUI_H +#define HEXCHAT_NOTIFYGUI_H + void notify_gui_update (void); void notify_opengui (void); + +#endif -- cgit 1.4.1