summaryrefslogtreecommitdiff
path: root/apps/pdfapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pdfapp.h')
-rw-r--r--apps/pdfapp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/pdfapp.h b/apps/pdfapp.h
index 6bafbbf8..e617333d 100644
--- a/apps/pdfapp.h
+++ b/apps/pdfapp.h
@@ -31,7 +31,7 @@ struct pdfapp_s
/* current document params */
char *doctitle;
pdf_xref *xref;
- pdf_outline *outline;
+ fz_outline *outline;
xps_document *xps;
int pagecount;
@@ -81,6 +81,7 @@ struct pdfapp_s
/* search state */
int isediting;
+ int searchdir;
char search[512];
int hit;
int hitlen;