summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-07-04 17:34:22 +0200
committerm-holger <m-holger@kubitscheck.org>2023-07-04 20:59:09 +0200
commit8e6974710cc75b3acfb592db9fb6fd8611c39732 (patch)
tree185918fa7fb7848e49771af051cdf596213cb0ea /include
parent250a7364828da874fd728808f48443f8cfa5132d (diff)
downloadqpdf-8e6974710cc75b3acfb592db9fb6fd8611c39732.tar.zst
Add private method QPDF::insertFreeXrefEntry
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 a23e5826..e15b4443 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1003,6 +1003,7 @@ class QPDF
qpdf_offset_t read_xrefStream(qpdf_offset_t offset);
qpdf_offset_t processXRefStream(qpdf_offset_t offset, QPDFObjectHandle& xref_stream);
void insertXrefEntry(int obj, int f0, qpdf_offset_t f1, int f2);
+ void insertFreeXrefEntry(QPDFObjGen);
void insertReconstructedXrefEntry(int obj, qpdf_offset_t f1, int f2);
void setLastObjectDescription(std::string const& description, QPDFObjGen const& og);
QPDFObjectHandle readObject(