mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Add missing LUALIB_API declaration to nse_db
This commit is contained in:
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user