Skip to content

Commit 67276de

Browse files
committed
Add missing LUALIB_API declaration to nse_db
1 parent 9e4d6f5 commit 67276de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nse_db.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static int l_getprotbyname (lua_State *L)
9999
return 1;
100100
}
101101

102-
int luaopen_db (lua_State *L)
102+
LUALIB_API int luaopen_db (lua_State *L)
103103
{
104104
static const luaL_Reg dblib [] = {
105105
{"mac2corp", l_mac2corp},

0 commit comments

Comments
 (0)