mime.c: use LUASOCKET_API

master
E. Westbrook 2019-02-25 15:56:17 -07:00
parent c23bf865ce
commit 1f6035070f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ static UC b64unbase[256];
/*-------------------------------------------------------------------------*\
* Initializes module
\*-------------------------------------------------------------------------*/
MIME_API int luaopen_mime_core(lua_State *L)
LUASOCKET_API int luaopen_mime_core(lua_State *L)
{
lua_newtable(L);
luaL_setfuncs(L, func, 0);