aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-17 13:13:02 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-17 13:13:02 +0100
commitbaa26167fbb7844292cc1fd830e91bcb68e7ea48 (patch)
treed23b2cf1778ac48a630835e19b2120c08d7025ad /src/libserver/html.h
parentf14a3db518a6c5e98f08a1d78e1a81cf2da61e3c (diff)
downloadrspamd-baa26167fbb7844292cc1fd830e91bcb68e7ea48.tar.gz
rspamd-baa26167fbb7844292cc1fd830e91bcb68e7ea48.zip
Split emails and urls.
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 1a98a3e9a..c70d7d6ed 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -59,6 +59,6 @@ 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);
+ GByteArray *in, GList **exceptions, GHashTable *urls, GHashTable *emails);
#endif