summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-02-06 13:31:47 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-02-06 17:10:40 +0100
commitf95ec7d7093dec14c2fdf00eb9dace54d4cbe1f5 (patch)
treed3e9e807344d658531eb5be44acbd4178395f523 /include
parentc100c4c77a88782ba5c4634994171db611952d44 (diff)
downloadmupdf-f95ec7d7093dec14c2fdf00eb9dace54d4cbe1f5.tar.xz
Make sure to fill in 'doc' field of HTML links.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index e23a606d..1bd72197 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -281,7 +281,7 @@ void fz_layout_html(fz_context *ctx, fz_html *html, float w, float h, float em);
void fz_draw_html(fz_context *ctx, fz_device *dev, const fz_matrix *ctm, fz_html *html, int page);
float fz_find_html_target(fz_context *ctx, fz_html *html, const char *id);
-fz_link *fz_load_html_links(fz_context *ctx, fz_html *html, int page, const char *base_uri);
+fz_link *fz_load_html_links(fz_context *ctx, fz_html *html, int page, const char *base_uri, void *doc);
void fz_drop_html(fz_context *ctx, fz_html *html);
fz_bookmark fz_make_html_bookmark(fz_context *ctx, fz_html *html, int page);
int fz_lookup_html_bookmark(fz_context *ctx, fz_html *html, fz_bookmark mark);