aboutsummaryrefslogtreecommitdiffstats
path: root/menu.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-12 01:40:57 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-12 01:40:57 +0000
commit2703adf236f8067abec13db48e24a46ca9bf813a (patch)
treef57ee7de708d072038153022c1ccbd9afa448651 /menu.h
parentc72e3426600d68f5222957ad834e010bdb43fed5 (diff)
- Added match_strval function to packet.c
- Separated display and capture filters; rearranged some of the look and feel - Lots of other miscellaneous fixes and updates git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index ad8eb6c88c..70159dad5b 100644
--- a/menu.h
+++ b/menu.h
@@ -1,7 +1,7 @@
/* menu.h
* Menu definitions
*
- * $Id: menu.h,v 1.2 1998/09/16 03:22:00 gerald Exp $
+ * $Id: menu.h,v 1.3 1998/10/12 01:40:51 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -33,6 +33,7 @@ extern "C" {
void menus_init (void);
void get_main_menu (GtkWidget **, GtkAcceleratorTable **);
void set_menu_sensitivity (gchar *, gint);
+void set_menu_object_data (gchar *path, gchar *key, gpointer data);
void menus_create (GtkMenuEntry *, int);