summaryrefslogtreecommitdiffstats
path: root/src/rspamd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspamd.h')
-rw-r--r--src/rspamd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rspamd.h b/src/rspamd.h
index 4fdc626da..1365a4b23 100644
--- a/src/rspamd.h
+++ b/src/rspamd.h
@@ -314,9 +314,11 @@ struct zstd_dictionary {
guint id;
};
+struct rspamd_radix_map_helper;
+
struct rspamd_external_libs_ctx {
magic_t libmagic;
- radix_compressed_t **local_addrs;
+ struct rspamd_radix_map_helper **local_addrs;
struct rspamd_cryptobox_library_ctx *crypto_ctx;
struct ottery_config *ottery_cfg;
SSL_CTX *ssl_ctx;