From 1765c6ec20625b99451acceb1ffcaaca812f379e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 5 Aug 2017 22:34:25 -0400 Subject: Find header without PCRE --- include/qpdf/QPDF.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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(); -- cgit v1.2.3-54-g00ecf