X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fdjvu%2Fdjvu-document-private.h;h=37651ef7fa31e85732019982b0f92cc5ef99cbc1;hb=b976215ea272cf25a85a070a1c0f769e62d72325;hp=3fa579f759d1b311fe980c52157f33dea8162104;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/djvu/djvu-document-private.h b/backend/djvu/djvu-document-private.h index 3fa579f7..37651ef7 100644 --- a/backend/djvu/djvu-document-private.h +++ b/backend/djvu/djvu-document-private.h @@ -36,6 +36,10 @@ struct _DjvuDocument { gchar *uri; DjvuText *search; + + /* PS exporter */ + gchar *ps_filename; + GString *opts; }; int djvu_document_get_n_pages (EvDocument *document);