aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-05 20:54:07 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-11 03:30:32 +0200
commit03aa9679ac16be44348f29a97c2c36145ae5a35a (patch)
tree2795c5ee95ea63de7d26a7fd2a716d830f073802 /include
parent1765c6ec20625b99451acceb1ffcaaca812f379e (diff)
downloadqpdf-03aa9679ac16be44348f29a97c2c36145ae5a35a.tar.zst
Find starxref without PCRE
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 072f4991..68525eba 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1029,6 +1029,7 @@ class QPDF
// Methods to support pattern finding
bool findHeader();
+ bool findStartxref();
// methods to support linearization checking -- implemented in
// QPDF_linearization.cc