From 50a043a7cbce8142d81b7887d263a9573ff568eb Mon Sep 17 00:00:00 2001
From: Vsevolod Stakhov <vsevolod@highsecure.ru>
Date: Sat, 7 Mar 2020 12:15:51 +0000
Subject: [Rework] Urls: more rework of the urls sets

---
 src/libserver/html.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src/libserver/html.h')

diff --git a/src/libserver/html.h b/src/libserver/html.h
index b369bd890..ee5c242cb 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -141,7 +141,8 @@ GByteArray *rspamd_html_process_part (rspamd_mempool_t *pool,
 
 GByteArray *rspamd_html_process_part_full (rspamd_mempool_t *pool,
 										   struct html_content *hc,
-										   GByteArray *in, GList **exceptions, GHashTable *urls, GHashTable *emails);
+										   GByteArray *in, GList **exceptions,
+										   GHashTable *urls, GHashTable *emails);
 
 /*
  * Returns true if a specified tag has been seen in a part
-- 
cgit v1.2.3