aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/html.h')
-rw-r--r--src/libserver/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/html.h b/src/libserver/html.h
index 9c361935d..0f1a95dc7 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -61,7 +61,7 @@ struct html_tag * get_tag_by_name (const gchar *name);
/*
* Decode HTML entitles in text. Text is modified in place.
*/
-void rspamd_html_decode_entitles_inplace (gchar *s, guint *len);
+guint rspamd_html_decode_entitles_inplace (gchar *s, guint len);
gboolean rspamd_html_process_part (rspamd_mempool_t *pool,
struct html_content *hc,