aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/search/e-addressbook-search-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/search/e-addressbook-search-dialog.h')
-rw-r--r--addressbook/gui/search/e-addressbook-search-dialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/gui/search/e-addressbook-search-dialog.h b/addressbook/gui/search/e-addressbook-search-dialog.h
index 84af66b4e1..dc54275a77 100644
--- a/addressbook/gui/search/e-addressbook-search-dialog.h
+++ b/addressbook/gui/search/e-addressbook-search-dialog.h
@@ -24,6 +24,9 @@
#include <gnome.h>
#include <ebook/e-book.h>
+#include "filter/rule-context.h"
+#include "filter/filter-rule.h"
+
#ifdef __cplusplus
extern "C" {
#pragma }
@@ -45,6 +48,9 @@ struct _EAddressbookSearchDialog
GtkWidget *search;
GtkWidget *view;
+
+ RuleContext *context;
+ FilterRule *rule;
GtkWidget *scrolled_window;
};