aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/filter_prefs.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-25 15:10:36 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-25 15:10:36 +0000
commit24eb4363ef5a08a312ea5e8ae00ac65ac433724c (patch)
treec749fd9167f62b7f302f912bfddff19399a4ad20 /gtk/filter_prefs.h
parentf7dbf0f9402cc44b59cda786d0ff271caadbc721 (diff)
add syntax check and an "Add Expression" button to the filter toolbar
svn path=/trunk/; revision=9839
Diffstat (limited to 'gtk/filter_prefs.h')
-rw-r--r--gtk/filter_prefs.h10
1 files changed, 7 insertions, 3 deletions
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 <gerald@ethereal.com>
@@ -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 */