From fc91dd7a8186ef9d4d9f2e861f5d6e482033e748 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 20 May 2015 17:34:15 +0100 Subject: Use caseless hash and equal functions for request headers. --- src/libutil/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libutil/util.h') diff --git a/src/libutil/util.h b/src/libutil/util.h index c4170881c..80896083c 100644 --- a/src/libutil/util.h +++ b/src/libutil/util.h @@ -185,6 +185,8 @@ gboolean rspamd_str_equal (gconstpointer v, gconstpointer v2); */ guint rspamd_fstring_icase_hash (gconstpointer key); gboolean rspamd_fstring_icase_equal (gconstpointer v, gconstpointer v2); +guint rspamd_gstring_icase_hash (gconstpointer key); +gboolean rspamd_gstring_icase_equal (gconstpointer v, gconstpointer v2); /* * Google perf-tools initialization function -- cgit v1.2.3