diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-06 16:38:48 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-06 16:38:48 +0100 |
commit | 748225b8e91105b4da3df8aa00c0b2e116a30df8 (patch) | |
tree | d2e80384493bf45c0d2ea14afe64787268fe16fa /src/libutil/str_util.h | |
parent | 9eb519ef1f48d6d6353276491bdd3423720a0ed5 (diff) | |
download | rspamd-748225b8e91105b4da3df8aa00c0b2e116a30df8.tar.gz rspamd-748225b8e91105b4da3df8aa00c0b2e116a30df8.zip |
Fix plugins.
Diffstat (limited to 'src/libutil/str_util.h')
-rw-r--r-- | src/libutil/str_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/str_util.h b/src/libutil/str_util.h index b6c8b2981..fdadc4811 100644 --- a/src/libutil/str_util.h +++ b/src/libutil/str_util.h @@ -53,8 +53,8 @@ gboolean rspamd_str_equal (gconstpointer v, gconstpointer v2); /* * Hash table utility functions for hashing fixed strings */ -guint rspamd_fstring_icase_hash (gconstpointer key); -gboolean rspamd_fstring_icase_equal (gconstpointer v, gconstpointer v2); +guint rspamd_ftok_icase_hash (gconstpointer key); +gboolean rspamd_ftok_icase_equal (gconstpointer v, gconstpointer v2); guint rspamd_gstring_icase_hash (gconstpointer key); gboolean rspamd_gstring_icase_equal (gconstpointer v, gconstpointer v2); |