summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-interpret-imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/pdf/pdf-interpret-imp.h')
-rw-r--r--source/pdf/pdf-interpret-imp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/pdf/pdf-interpret-imp.h b/source/pdf/pdf-interpret-imp.h
index 2aafb830..09decb94 100644
--- a/source/pdf/pdf-interpret-imp.h
+++ b/source/pdf/pdf-interpret-imp.h
@@ -141,6 +141,7 @@ void pdf_process_stream(pdf_csi *csi, pdf_lexbuf *buf);
/* Functions to set up pdf_process structures */
pdf_process *pdf_process_run(pdf_process *process, fz_device *dev, const fz_matrix *ctm, const char *event, pdf_gstate *gstate, int nested);
+pdf_process *pdf_process_buffer(pdf_process *process, fz_context *ctx, fz_buffer *buffer);
/* Functions to actually use the pdf_process structures to process pages,
* annotations and glyphs */