1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Add missing LUALIB_API declaration to nse_db

This commit is contained in:
dmiller
2022-12-12 21:01:35 +00:00
parent 9e4d6f5f5c
commit 67276de2ce

View File

@@ -99,7 +99,7 @@ static int l_getprotbyname (lua_State *L)
return 1; return 1;
} }
int luaopen_db (lua_State *L) LUALIB_API int luaopen_db (lua_State *L)
{ {
static const luaL_Reg dblib [] = { static const luaL_Reg dblib [] = {
{"mac2corp", l_mac2corp}, {"mac2corp", l_mac2corp},