mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add missing LUALIB_API declaration to nse_db
This commit is contained in:
parent
9e4d6f5f5c
commit
67276de2ce
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ static int l_getprotbyname (lua_State *L)
|
|||
return 1;
|
||||
}
|
||||
|
||||
int luaopen_db (lua_State *L)
|
||||
LUALIB_API int luaopen_db (lua_State *L)
|
||||
{
|
||||
static const luaL_Reg dblib [] = {
|
||||
{"mac2corp", l_mac2corp},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue