aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-07-08 01:38:50 +0200
committerm-holger <m-holger@kubitscheck.org>2023-07-08 02:28:15 +0200
commit2643ed4dd9bd1a8e9bb3dcd95794273e9cf5de0c (patch)
tree614afd8d9a99e81bf9bbe35f6da196b3add582ba /include
parentbee726609c9b0c3f6bc497de9ab0fc0790993c89 (diff)
downloadqpdf-2643ed4dd9bd1a8e9bb3dcd95794273e9cf5de0c.tar.zst
Add new private method QPDF::readTrailer()
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 afe9e8ec..c836b5fd 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1006,6 +1006,7 @@ class QPDF
void insertFreeXrefEntry(QPDFObjGen);
void insertReconstructedXrefEntry(int obj, qpdf_offset_t f1, int f2);
void setLastObjectDescription(std::string const& description, QPDFObjGen const& og);
+ QPDFObjectHandle readTrailer();
QPDFObjectHandle readObject(std::string const& description, QPDFObjGen og);
QPDFObjectHandle readObjectInStream(std::shared_ptr<InputSource>, QPDFObjGen og);
size_t recoverStreamLength(