aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_hier_stats_dlg.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
commite4a2e2cefe6a1d4ad67db2befe3d5fad5c2b839f (patch)
tree55aa5c9290a80e3664c89daaddc5183334a6ee25 /gtk/proto_hier_stats_dlg.h
parente20ea63dd40b849e8ab61e718d1163da5e1eba25 (diff)
Include cleanups in gtk and gtk2:
Remove unneded includes Add include wrappers where missing svn path=/trunk/; revision=6191
Diffstat (limited to 'gtk/proto_hier_stats_dlg.h')
-rw-r--r--gtk/proto_hier_stats_dlg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/proto_hier_stats_dlg.h b/gtk/proto_hier_stats_dlg.h
index dc124ffec1..c0a520a230 100644
--- a/gtk/proto_hier_stats_dlg.h
+++ b/gtk/proto_hier_stats_dlg.h
@@ -1,6 +1,6 @@
/* proto_hier_stats_dlg.h
*
- * $Id: proto_hier_stats_dlg.h,v 1.1 2001/03/22 23:54:47 gram Exp $
+ * $Id: proto_hier_stats_dlg.h,v 1.2 2002/09/05 18:47:47 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -22,6 +22,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PROTO_HIER_STATS_DLG_H__
+#define __PROTO_HIER_STATS_DLG_H__
void
proto_hier_stats_cb(GtkWidget *w, gpointer d);
+
+#endif