summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-imp.h
diff options
context:
space:
mode:
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 37605c51..5f2dcc2d 100644
--- a/source/pdf/pdf-imp.h
+++ b/source/pdf/pdf-imp.h
@@ -6,4 +6,6 @@
void pdf_read_ocg(fz_context *ctx, pdf_document *doc);
void pdf_drop_ocg(fz_context *ctx, pdf_document *doc);
+int pdf_is_hidden_ocg(fz_context *ctx, pdf_ocg_descriptor *desc, pdf_obj *rdb, const char *usage, pdf_obj *ocg);
+
#endif