diff options
Diffstat (limited to 'addressbook/printing/e-contact-print.h')
-rw-r--r-- | addressbook/printing/e-contact-print.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/printing/e-contact-print.h b/addressbook/printing/e-contact-print.h index 28a0d14441..8649a2ff6a 100644 --- a/addressbook/printing/e-contact-print.h +++ b/addressbook/printing/e-contact-print.h @@ -24,8 +24,9 @@ #define E_CONTACT_PRINT_H #include <gnome.h> +#include <addressbook/backend/ebook/e-book.h> #include "e-contact-print-types.h" -GtkWidget *e_contact_print_dialog_new(void *book, GList *shown_fields); +GtkWidget *e_contact_print_dialog_new(EBook *book, char *query); #endif /* E_CONTACT_PRINT_H */ |