summaryrefslogtreecommitdiff
path: root/source/fitz/document-all.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-10-19 23:04:07 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-10-19 23:05:12 +0800
commit1678d060843fe1df52c1a7ac277ebedf4b401713 (patch)
treea049294b1170784b528d6362c6f5c219f2223f37 /source/fitz/document-all.c
parent8a102a687f02c9c4014368877bffb3622c482c65 (diff)
downloadmupdf-1678d060843fe1df52c1a7ac277ebedf4b401713.tar.xz
Make document handler declarations internal.
Diffstat (limited to 'source/fitz/document-all.c')
-rw-r--r--source/fitz/document-all.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/fitz/document-all.c b/source/fitz/document-all.c
index 350e2f5e..53969e2d 100644
--- a/source/fitz/document-all.c
+++ b/source/fitz/document-all.c
@@ -1,5 +1,15 @@
#include "mupdf/fitz.h"
+extern fz_document_handler pdf_document_handler;
+extern fz_document_handler xps_document_handler;
+extern fz_document_handler svg_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;
+extern fz_document_handler gprf_document_handler;
+
void fz_register_document_handlers(fz_context *ctx)
{
#if FZ_ENABLE_PDF