summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-02-23 15:00:56 +0100
committerTor Andersson <tor.andersson@artifex.com>2015-02-23 15:00:56 +0100
commit119552f74c71c24698f4b424411786bfb4baea6b (patch)
treebf312c79c7fe6fcb819c6f1b8e3cc9f8e4888e0e /include/mupdf/fitz/document.h
parent241f8b6c35895b932ac7f27de1ee76416cae419a (diff)
parentfe05bc51ee70190516d6cc65f03e343bfdc4f849 (diff)
downloadmupdf-119552f74c71c24698f4b424411786bfb4baea6b.tar.xz
Merge branch 'html'
Conflicts: Makefile
Diffstat (limited to 'include/mupdf/fitz/document.h')
-rw-r--r--include/mupdf/fitz/document.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/fitz/document.h b/include/mupdf/fitz/document.h
index f6646170..d19b3661 100644
--- a/include/mupdf/fitz/document.h
+++ b/include/mupdf/fitz/document.h
@@ -86,6 +86,8 @@ extern fz_document_handler xps_document_handler;
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);