aboutsummaryrefslogtreecommitdiffstats
path: root/enc/trans/escape.trans
diff options
context:
space:
mode:
Diffstat (limited to 'enc/trans/escape.trans')
-rw-r--r--enc/trans/escape.trans4
1 files changed, 2 insertions, 2 deletions
diff --git a/enc/trans/escape.trans b/enc/trans/escape.trans
index d390942c51..f45f27bc41 100644
--- a/enc/trans/escape.trans
+++ b/enc/trans/escape.trans
@@ -43,7 +43,7 @@ escape_xml_attr_quote_init(void *statep)
return 0;
}
-static int
+static ssize_t
fun_so_escape_xml_attr_quote(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize)
{
unsigned char *sp = statep;
@@ -56,7 +56,7 @@ fun_so_escape_xml_attr_quote(void *statep, const unsigned char *s, size_t l, uns
return n;
}
-static int
+static ssize_t
escape_xml_attr_quote_finish(void *statep, unsigned char *o, size_t osize)
{
unsigned char *sp = statep;