summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-11-27 15:55:12 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:52 +0100
commit602146c0c833d7cb41f9d369047e36a2f412f40a (patch)
tree9bafd35e2be998934c9718a2cca3fb9a48fa560f /include
parentf1bfe4b861621ad7554670acf91cb029e4482569 (diff)
downloadmupdf-602146c0c833d7cb41f9d369047e36a2f412f40a.tar.xz
html: Record line number and source file for CSS error messages.
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 64ee1003..67c2a614 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -163,7 +163,7 @@ struct fz_html_flow_s
fz_html_flow *next;
};
-fz_css_rule *fz_parse_css(fz_context *ctx, fz_css_rule *old, const char *source);
+fz_css_rule *fz_parse_css(fz_context *ctx, fz_css_rule *chain, const char *source, const char *file, int line);
fz_css_property *fz_parse_css_properties(fz_context *ctx, const char *source);
void fz_free_css(fz_context *ctx, fz_css_rule *rule);