summaryrefslogtreecommitdiffstats
path: root/src/libutil/map_helpers.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-23 17:17:49 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-23 17:17:49 +0100
commit585b2533219a21972200acbeb11289ec83ffe946 (patch)
tree6ad8bd4f45590c0d577ba9e98f6ed2d281f9049b /src/libutil/map_helpers.c
parent60403ad3baecbd5af0603c0b73c0bae7fe249600 (diff)
downloadrspamd-585b2533219a21972200acbeb11289ec83ffe946.tar.gz
rspamd-585b2533219a21972200acbeb11289ec83ffe946.zip
[Project] Adopt lua maps
Diffstat (limited to 'src/libutil/map_helpers.c')
-rw-r--r--src/libutil/map_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/map_helpers.c b/src/libutil/map_helpers.c
index 69cb6a4ef..b22b430c6 100644
--- a/src/libutil/map_helpers.c
+++ b/src/libutil/map_helpers.c
@@ -1020,7 +1020,7 @@ rspamd_match_hs_multiple_handler (unsigned int id, unsigned long long from,
}
#endif
-gconstpointer
+GPtrArray*
rspamd_match_regexp_map_all (struct rspamd_regexp_map_helper *map,
const gchar *in, gsize len)
{