aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/url.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-02-13 15:57:10 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-02-13 15:57:10 +0000
commit413f74a3577cfe252ed6082f19662d94ffa43549 (patch)
treec372e37485d1e7a03c86061cd792ae899128d8db /src/libserver/url.h
parentce060358955a96d65196a9ee431be8d9db87d46e (diff)
downloadrspamd-413f74a3577cfe252ed6082f19662d94ffa43549.tar.gz
rspamd-413f74a3577cfe252ed6082f19662d94ffa43549.zip
[Fix] Fix urls and emails hashes
Diffstat (limited to 'src/libserver/url.h')
-rw-r--r--src/libserver/url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/url.h b/src/libserver/url.h
index 3fab46c5e..7af0bdfb8 100644
--- a/src/libserver/url.h
+++ b/src/libserver/url.h
@@ -180,6 +180,7 @@ void rspamd_url_add_tag (struct rspamd_url *url, const gchar *tag,
rspamd_mempool_t *pool);
guint rspamd_url_hash (gconstpointer u);
+guint rspamd_email_hash (gconstpointer u);
/* Compare two emails for building emails hash */
gboolean rspamd_emails_cmp (gconstpointer a, gconstpointer b);