summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-05-18 14:47:05 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-05-20 14:31:08 +0200
commit0528bc575875c579408ab90bb2c2e3af0750545d (patch)
tree1b5de9615e17eef3c25988f6b33535e7c9d6c4b3 /include/mupdf/pdf.h
parenta4b7981d56e3cb22e2a1c18e40906e88fc331da5 (diff)
downloadmupdf-0528bc575875c579408ab90bb2c2e3af0750545d.tar.xz
murun: Add graftObject to javascript bindings.
Add some paranoid checks to pdf_graft_object to prevent user errors from crashing mupdf.
Diffstat (limited to 'include/mupdf/pdf.h')
-rw-r--r--include/mupdf/pdf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/pdf.h b/include/mupdf/pdf.h
index cb4bbdd5..eab70ee9 100644
--- a/include/mupdf/pdf.h
+++ b/include/mupdf/pdf.h
@@ -15,7 +15,6 @@ extern "C" {
#include "mupdf/pdf/crypt.h"
#include "mupdf/pdf/page.h"
-#include "mupdf/pdf/graft.h"
#include "mupdf/pdf/resource.h"
#include "mupdf/pdf/cmap.h"
#include "mupdf/pdf/font.h"