diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-13 21:14:42 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-13 21:14:42 +0000 |
commit | 736880fc8bdb72f06e6a20abb218ad578ae43817 (patch) | |
tree | 578f1a9f4d4f3205e09288b6d54452b6ab82fe37 /src/libutil/radix.h | |
parent | b4ba6f65a0231eae9a777e42e4662b104049554a (diff) | |
download | rspamd-736880fc8bdb72f06e6a20abb218ad578ae43817.tar.gz rspamd-736880fc8bdb72f06e6a20abb218ad578ae43817.zip |
[Feature] Allow data for all maps types
Diffstat (limited to 'src/libutil/radix.h')
-rw-r--r-- | src/libutil/radix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/radix.h b/src/libutil/radix.h index 41309fe72..65d86499b 100644 --- a/src/libutil/radix.h +++ b/src/libutil/radix.h @@ -79,7 +79,7 @@ radix_compressed_t *radix_create_compressed (void); * @return number of elements inserted */ gint rspamd_radix_add_iplist (const gchar *list, const gchar *separators, - radix_compressed_t *tree); + radix_compressed_t *tree, gconstpointer value); /** * Generic version of @see rspamd_radix_add_iplist. This function creates tree |