summaryrefslogtreecommitdiffstats
path: root/src/libutil/str_util.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-07 11:19:00 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-07 11:19:00 +0100
commite0eda4422521a57230d3b1d84152bc6218932d28 (patch)
tree609b5bf57c71f0a1d5fe8bfed6523344ec2584c6 /src/libutil/str_util.c
parent4e7e96c138779a2db2cdc8e688ec291abfac36df (diff)
downloadrspamd-e0eda4422521a57230d3b1d84152bc6218932d28.tar.gz
rspamd-e0eda4422521a57230d3b1d84152bc6218932d28.zip
Add fixed strings comparision routines.
Diffstat (limited to 'src/libutil/str_util.c')
-rw-r--r--src/libutil/str_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/str_util.c b/src/libutil/str_util.c
index d92ceb1ad..f68b975a4 100644
--- a/src/libutil/str_util.c
+++ b/src/libutil/str_util.c
@@ -28,7 +28,7 @@
#include "mem_pool.h"
#include "xxhash.h"
-static const guchar lc_map[256] = {
+const guchar lc_map[256] = {
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,