diff options
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); |