summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/xml.h')
-rw-r--r--include/mupdf/fitz/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/xml.h b/include/mupdf/fitz/xml.h
index 7e226f71..35608fcc 100644
--- a/include/mupdf/fitz/xml.h
+++ b/include/mupdf/fitz/xml.h
@@ -15,7 +15,7 @@ typedef struct fz_xml_s fz_xml;
preserve_white: whether to keep or delete all-whitespace nodes.
*/
-fz_xml *fz_parse_xml(fz_context *ctx, unsigned char *buf, int len, int preserve_white);
+fz_xml *fz_parse_xml(fz_context *ctx, unsigned char *buf, size_t len, int preserve_white);
/*
fz_xml_prev: Return previous sibling of XML node.