aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing/e-contact-print.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-02-09 03:41:20 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-02-09 03:41:20 +0800
commit2f2fd7cd8d486eca49b4e724fc07f0e3009d8473 (patch)
tree52202d8afc7a7f60d095077031a65f067223c98c /addressbook/printing/e-contact-print.h
parentd328ab72d554fe60c892ddc8c278340c027b51dc (diff)
downloadgsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.gz
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.bz2
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.lz
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.xz
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.zst
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.zip
** Fixes bug #400726
2007-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #400726 * mail/em-format-html-print.c: #include <e-util.e-print.h> * addressbook/printing/e-contact-print.h: Declare e_contact_print_response(). svn path=/trunk/; revision=33186
Diffstat (limited to 'addressbook/printing/e-contact-print.h')
-rw-r--r--addressbook/printing/e-contact-print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/printing/e-contact-print.h b/addressbook/printing/e-contact-print.h
index d40e144286..bc7b36c0da 100644
--- a/addressbook/printing/e-contact-print.h
+++ b/addressbook/printing/e-contact-print.h
@@ -31,5 +31,6 @@
GtkWidget *e_contact_print_dialog_new (EBook *book, char *query, GList *list);
GtkWidget *e_contact_print_contact_dialog_new (EContact *card);
GtkWidget *e_contact_print_contact_list_dialog_new(GList *list);
+void e_contact_print_response (GtkWidget *dialog, gint response_id, gpointer data);
#endif /* E_CONTACT_PRINT_H */