aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-06 04:34:25 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-11 03:30:32 +0200
commit1765c6ec20625b99451acceb1ffcaaca812f379e (patch)
treecdde63fe06ad5b7aeee93ed0b4deb0406edfa4ca /include
parent296b679d6e3217cc112b7ed19b363b82356615ef (diff)
downloadqpdf-1765c6ec20625b99451acceb1ffcaaca812f379e.tar.zst
Find header without PCRE
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index c9d120b4..072f4991 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1027,6 +1027,9 @@ class QPDF
bool (QPDF::*checker)();
};
+ // Methods to support pattern finding
+ bool findHeader();
+
// methods to support linearization checking -- implemented in
// QPDF_linearization.cc
void readLinearizationData();