diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-10 14:46:03 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-10 14:46:03 +0100 |
commit | 1b39a1b22f04395501138a8b31196704dbc21e59 (patch) | |
tree | c62b76203ae19810f461f4f60a2ef9f4468ae5fe /src/libutil/str_util.h | |
parent | 42acc1f6bb3e8f4ba967bbedc73ab7e6f043518b (diff) | |
download | rspamd-1b39a1b22f04395501138a8b31196704dbc21e59.tar.gz rspamd-1b39a1b22f04395501138a8b31196704dbc21e59.zip |
[Fix] Improve strcase hash used in uthash
Diffstat (limited to 'src/libutil/str_util.h')
-rw-r--r-- | src/libutil/str_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/str_util.h b/src/libutil/str_util.h index a63b160dd..695a8d022 100644 --- a/src/libutil/str_util.h +++ b/src/libutil/str_util.h @@ -308,4 +308,6 @@ gboolean rspamd_emails_cmp (gconstpointer a, gconstpointer b); /* Compare two urls for building emails hash */ gboolean rspamd_urls_cmp (gconstpointer a, gconstpointer b); +extern const guchar lc_map[256]; + #endif /* SRC_LIBUTIL_STR_UTIL_H_ */ |