aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_map.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-10-09 20:53:52 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-10-09 20:53:52 +0100
commit05ccc9c195c44da6fd2be6087fbca674f0df51b3 (patch)
treeb1e763193bb30275119be3bc926de16a347297e3 /src/lua/lua_map.h
parent2e2c66f6be03c03de7696918cc222047c70e9747 (diff)
downloadrspamd-05ccc9c195c44da6fd2be6087fbca674f0df51b3.tar.gz
rspamd-05ccc9c195c44da6fd2be6087fbca674f0df51b3.zip
[Minor] Allow to add custom maps from ucl in Lua
Diffstat (limited to 'src/lua/lua_map.h')
-rw-r--r--src/lua/lua_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_map.h b/src/lua/lua_map.h
index 01a7a639f..bee698e08 100644
--- a/src/lua/lua_map.h
+++ b/src/lua/lua_map.h
@@ -20,6 +20,7 @@
LUA_PUBLIC_FUNCTION_DEF (config, add_radix_map);
LUA_PUBLIC_FUNCTION_DEF (config, radix_from_config);
+LUA_PUBLIC_FUNCTION_DEF (config, radix_from_ucl);
LUA_PUBLIC_FUNCTION_DEF (config, add_map);
LUA_PUBLIC_FUNCTION_DEF (config, add_hash_map);
LUA_PUBLIC_FUNCTION_DEF (config, add_kv_map);