summaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-23 16:42:48 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-23 16:42:48 +0100
commit09a949fdf2b2e500084c814db74b02b1dc5a7b89 (patch)
tree7d88081cbfb69aa30ce683803150eeeedcbf9839 /src/libserver/cfg_file.h
parent43ce13764ceb1afbb504ca1d9e802f0f4aaafcca (diff)
downloadrspamd-09a949fdf2b2e500084c814db74b02b1dc5a7b89.tar.gz
rspamd-09a949fdf2b2e500084c814db74b02b1dc5a7b89.zip
[Project] Make various API functions public
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 19c0c86c9..74949e283 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -637,10 +637,11 @@ const gchar * rspamd_action_to_str_alt (enum rspamd_action_type action);
* @param err error pointer
* @return
*/
+struct rspamd_radix_map_helper;
gboolean rspamd_config_radix_from_ucl (struct rspamd_config *cfg,
const ucl_object_t *obj,
const gchar *description,
- radix_compressed_t **target,
+ struct rspamd_radix_map_helper **target,
GError **err);
#define msg_err_config(...) rspamd_default_log_function (G_LOG_LEVEL_CRITICAL, \