summaryrefslogtreecommitdiffstats
path: root/src/libutil/map_helpers.h
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.h
parent60403ad3baecbd5af0603c0b73c0bae7fe249600 (diff)
downloadrspamd-585b2533219a21972200acbeb11289ec83ffe946.tar.gz
rspamd-585b2533219a21972200acbeb11289ec83ffe946.zip
[Project] Adopt lua maps
Diffstat (limited to 'src/libutil/map_helpers.h')
-rw-r--r--src/libutil/map_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/map_helpers.h b/src/libutil/map_helpers.h
index 3d9c40bd1..b6bf81cdc 100644
--- a/src/libutil/map_helpers.h
+++ b/src/libutil/map_helpers.h
@@ -117,7 +117,7 @@ gconstpointer rspamd_match_regexp_map_single (struct rspamd_regexp_map_helper *m
* @param len
* @return
*/
-gconstpointer rspamd_match_regexp_map_all (struct rspamd_regexp_map_helper *map,
+GPtrArray* rspamd_match_regexp_map_all (struct rspamd_regexp_map_helper *map,
const gchar *in, gsize len);
/**