summaryrefslogtreecommitdiff
path: root/gtk/proto_draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/proto_draw.h')
-rw-r--r--gtk/proto_draw.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h
index 371ca75627..efd3fd1696 100644
--- a/gtk/proto_draw.h
+++ b/gtk/proto_draw.h
@@ -1,12 +1,11 @@
-/* gtkpacket.h
+/* proto_draw.h
* Definitions for GTK+ packet display structures and routines
*
- * $Id: proto_draw.h,v 1.11 2001/03/23 14:44:04 jfoster Exp $
+ * $Id: proto_draw.h,v 1.12 2001/06/05 07:38:37 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -64,4 +63,6 @@ void set_ptree_line_style_all(gint style);
void set_ptree_expander_style_all(gint style);
void set_ptree_font_all(GdkFont *font);
+void clear_tree_and_hex_views(void);
+
#endif