Miscellaneous code cleaning
[obnox/wireshark/wip.git] / gtk / help_dlg.h
index b607cfaac46b91673076d1803e7f371a7573a935..99c1ed0cbe78f27d5235c38e27330b3f9b75a18e 100644 (file)
@@ -1,6 +1,6 @@
 /* help_dlg.h
  *
- * $Id: help_dlg.h,v 1.1 2000/08/08 12:28:50 deniel Exp $
+ * $Id: help_dlg.h,v 1.2 2000/08/11 13:32:57 deniel Exp $
  *
  * Laurent Deniel <deniel@worldnet.fr>
  *
@@ -24,4 +24,9 @@
  *
  */
 
+#ifndef __HELP_DLG_H__
+#define __HELP_DLG_H__
+
 void help_cb(GtkWidget *, gpointer);
+
+#endif