summaryrefslogtreecommitdiffstats
path: root/src/libutil/map_helpers.h
diff options
context:
space:
mode:
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);
/**