summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-imp.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-12-14 18:23:19 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-12-16 02:16:58 +0100
commit3028faf84e0f0f32419fa0cd0319b60bab6cf95d (patch)
tree79594bd1ebd6da34cff5aad4fe2251b29b8a8016 /source/pdf/pdf-imp.h
parent7a737ecb89f3da42119487ac85aab3ba59bb335a (diff)
downloadmupdf-3028faf84e0f0f32419fa0cd0319b60bab6cf95d.tar.xz
Bug 697412: When repairing, forget the previous xref.
Diffstat (limited to 'source/pdf/pdf-imp.h')
-rw-r--r--source/pdf/pdf-imp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/pdf/pdf-imp.h b/source/pdf/pdf-imp.h
index 0e3c459e..74010a2c 100644
--- a/source/pdf/pdf-imp.h
+++ b/source/pdf/pdf-imp.h
@@ -7,6 +7,8 @@
void pdf_dict_put_val_null(fz_context *ctx, pdf_obj *obj, int idx);
+void pdf_forget_xref(fz_context *ctx, pdf_document *doc);
+
/* Private OCG functions. */
void pdf_read_ocg(fz_context *ctx, pdf_document *doc);