aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-09-05 06:16:10 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-09-05 06:16:10 +0000
commit764972414c006abe417807f523f650909ab4d6d6 (patch)
tree2aad05bb64fe22c2137124ef5037c628059b4ab6 /gtk/find_dlg.h
parenta26f4d06823e0f558e64a4a7a6c60239d8e2d7e9 (diff)
Add a Find Frame item to the popup menu for the conversation list
that will open the find frame dialogue and preload the filter string with the conversation and the direction the user selected from the menu. svn path=/trunk/; revision=8386
Diffstat (limited to 'gtk/find_dlg.h')
-rw-r--r--gtk/find_dlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/find_dlg.h b/gtk/find_dlg.h
index 240d4af92e..c63a0c2a6e 100644
--- a/gtk/find_dlg.h
+++ b/gtk/find_dlg.h
@@ -1,7 +1,7 @@
/* find_dlg.h
* Definitions for "find frame" window
*
- * $Id: find_dlg.h,v 1.3 2002/08/28 21:03:47 jmayer Exp $
+ * $Id: find_dlg.h,v 1.4 2003/09/05 06:16:10 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -29,5 +29,6 @@
void find_frame_cb(GtkWidget *, gpointer);
void find_next_cb(GtkWidget *, gpointer);
void find_previous_cb(GtkWidget *, gpointer);
+void find_frame_with_filter(char *);
#endif /* find_dlg.h */