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 0f1a95dc7..3095813c2 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -63,7 +63,7 @@ struct html_tag * get_tag_by_name (const gchar *name);
*/
guint rspamd_html_decode_entitles_inplace (gchar *s, guint len);
-gboolean rspamd_html_process_part (rspamd_mempool_t *pool,
+GByteArray* rspamd_html_process_part (rspamd_mempool_t *pool,
struct html_content *hc,
GByteArray *in);