mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Add maxmind to redbean
This commit is contained in:
parent
af645fcbec
commit
c371db6663
11 changed files with 2457 additions and 2 deletions
|
@ -5811,6 +5811,7 @@ static const luaL_Reg kLuaFuncs[] = {
|
|||
};
|
||||
|
||||
extern int luaopen_lsqlite3(lua_State *);
|
||||
extern int LuaMaxmind(lua_State *);
|
||||
|
||||
#ifndef UNSECURE
|
||||
extern int luaopen_argon2(lua_State *);
|
||||
|
@ -5818,6 +5819,7 @@ extern int luaopen_argon2(lua_State *);
|
|||
|
||||
static const luaL_Reg kLuaLibs[] = {
|
||||
{"re", LuaRe}, //
|
||||
{"maxmind", LuaMaxmind}, //
|
||||
{"lsqlite3", luaopen_lsqlite3}, //
|
||||
#ifndef UNSECURE
|
||||
{"argon2", luaopen_argon2}, //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue