summary refs log tree commit diff stats
path: root/src/fe-gtk/editlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/editlist.h')
-rw-r--r--src/fe-gtk/editlist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fe-gtk/editlist.h b/src/fe-gtk/editlist.h
index b24d1e57..5487684b 100644
--- a/src/fe-gtk/editlist.h
+++ b/src/fe-gtk/editlist.h
@@ -17,4 +17,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#ifndef HEXCHAT_EDITLIST_H
+#define HEXCHAT_EDITLIST_H
+
 void editlist_gui_open (char *title1, char *title2, GSList * list, char *title, char *wmclass, char *file, char *help);
+
+#endif