From 24eb4363ef5a08a312ea5e8ae00ac65ac433724c Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 25 Jan 2004 15:10:36 +0000 Subject: add syntax check and an "Add Expression" button to the filter toolbar svn path=/trunk/; revision=9839 --- gtk/filter_prefs.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gtk/filter_prefs.h') diff --git a/gtk/filter_prefs.h b/gtk/filter_prefs.h index 94f380a5ff..0f2a553ae5 100644 --- a/gtk/filter_prefs.h +++ b/gtk/filter_prefs.h @@ -3,7 +3,7 @@ * (This used to be a notebook page under "Preferences", hence the * "prefs" in the file name.) * - * $Id: filter_prefs.h,v 1.16 2004/01/18 00:40:39 ulfl Exp $ + * $Id: filter_prefs.h,v 1.17 2004/01/25 15:10:36 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -44,7 +44,11 @@ void filter_button_destroy_cb(GtkWidget *button, gpointer user_data); void cfilter_dialog_cb(GtkWidget *w); void dfilter_dialog_cb(GtkWidget *w); -#define E_FILT_BT_PTR_KEY "filter_bt_ptr" -#define E_FILT_TE_PTR_KEY "filter_te_ptr" +void filter_add_expr_bt_cb(GtkWidget *w _U_, gpointer main_w_arg); +void filter_te_syntax_check_cb(GtkWidget *w _U_); + +#define E_FILT_BT_PTR_KEY "filter_bt_ptr" +#define E_FILT_TE_PTR_KEY "filter_te_ptr" +#define E_FILT_FILTER_TE_KEY "filter_filter_te" #endif /* filter.h */ -- cgit v1.2.3