diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-10-09 20:53:52 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-10-09 20:53:52 +0100 |
commit | 05ccc9c195c44da6fd2be6087fbca674f0df51b3 (patch) | |
tree | b1e763193bb30275119be3bc926de16a347297e3 /src/lua/lua_map.h | |
parent | 2e2c66f6be03c03de7696918cc222047c70e9747 (diff) | |
download | rspamd-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.h | 1 |
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); |