summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-11-26 02:16:00 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:52 +0100
commit08a4d6d49f91e295fa6265a91ce030fc9c585922 (patch)
tree9348f63ab63a93ce5de7fe0f67427ea0762cf366 /include
parent673f6e7149c3c5b0e2a1fe334c3b04124fc807c6 (diff)
downloadmupdf-08a4d6d49f91e295fa6265a91ce030fc9c585922.tar.xz
epub: Add EPUB document type.
Diffstat (limited to 'include')
-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 e4143819..c6df79bb 100644
--- a/include/mupdf/fitz/document.h
+++ b/include/mupdf/fitz/document.h
@@ -81,6 +81,7 @@ extern fz_document_handler cbz_document_handler;
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;
void fz_register_document_handler(fz_context *ctx, const fz_document_handler *handler);