aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-03-30 21:06:43 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2022-03-30 21:06:43 +0100
commitd231f3d467434e412160fa2d45dad8377a4f780e (patch)
treef56103f5bb5e13d25c4839ca8ddbaa2ab8df568c /src/libserver/cfg_file.h
parent9e8950b9ec82af16706eba796ae315b61d6464c6 (diff)
downloadrspamd-d231f3d467434e412160fa2d45dad8377a4f780e.tar.gz
rspamd-d231f3d467434e412160fa2d45dad8377a4f780e.zip
[Minor] Check enabled/disabled logic for the proxy upstreams/mirrors
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 6f88c6b63..7532639a7 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -723,7 +723,7 @@ gboolean rspamd_config_is_module_enabled (struct rspamd_config *cfg,
* @param obj
* @return TRUE if there is no explicit disable in the object found
*/
-gboolean rspamd_config_is_enabled_from_ucl (struct rspamd_config *cfg,
+gboolean rspamd_config_is_enabled_from_ucl (rspamd_mempool_t *pool,
const ucl_object_t *obj);
/*