aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-06-24 16:25:59 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-06-24 16:25:59 +0000
commit11394d515f57205bf8f0630ec45865c3cb40aec3 (patch)
treeefd25c185ebcb6a4edc076fc77ae9949ccd43028 /ethereal.h
parent5a128fea68a891b82569f8a1c4676468413fa55d (diff)
Added Ashok's Match Selected functionality, and changes to move ethereal
to version 0.6.3. svn path=/trunk/; revision=330
Diffstat (limited to 'ethereal.h')
-rw-r--r--ethereal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethereal.h b/ethereal.h
index f08ce534d8..ae6e53d5e5 100644
--- a/ethereal.h
+++ b/ethereal.h
@@ -1,7 +1,7 @@
/* ethereal.h
* Global defines, etc.
*
- * $Id: ethereal.h,v 1.14 1999/06/19 01:14:50 guy Exp $
+ * $Id: ethereal.h,v 1.15 1999/06/24 16:25:59 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -96,6 +96,7 @@ void file_sel_ok_cb(GtkWidget *, GtkFileSelection *);
void blank_packetinfo();
gint file_progress_cb(gpointer);
void follow_stream_cb( GtkWidget *, gpointer);
+void match_selected_cb( GtkWidget *, gpointer);
void file_open_cmd_cb(GtkWidget *, gpointer);
void file_save_cmd_cb(GtkWidget *, gpointer);
void file_save_as_cmd_cb(GtkWidget *, gpointer);