summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-07-20 16:21:37 +0100
committerRobin Watts <robin.watts@artifex.com>2015-07-20 17:19:00 +0100
commit3b5e21be58ae1fda85c3573adf5b7d25c71dfe0d (patch)
tree4447435314a3baf971431eadcdfa569549a7b6ba /include/mupdf/fitz/document.h
parent08cf4d8a9353b6bb938492cb9e7c3d1ba4aabf08 (diff)
downloadmupdf-3b5e21be58ae1fda85c3573adf5b7d25c71dfe0d.tar.xz
First cut at gprf document handler.
Doesn't actually trigger generation from ghostscript, or load images from files generated by ghostscript yet.
Diffstat (limited to 'include/mupdf/fitz/document.h')
-rw-r--r--include/mupdf/fitz/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz/document.h b/include/mupdf/fitz/document.h
index f7552ec0..58cdc63a 100644
--- a/include/mupdf/fitz/document.h
+++ b/include/mupdf/fitz/document.h
@@ -106,6 +106,7 @@ extern fz_document_handler img_document_handler;
extern fz_document_handler tiff_document_handler;
extern fz_document_handler html_document_handler;
extern fz_document_handler epub_document_handler;
+extern fz_document_handler gprf_document_handler;
void fz_register_document_handler(fz_context *ctx, const fz_document_handler *handler);