aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorE. Westbrook <github@westbrook.io>2019-02-25 15:56:17 -0700
committerE. Westbrook <github@westbrook.io>2019-02-25 15:56:17 -0700
commit1f6035070fd5e2185dfb3a3bf48e1d12668c6599 (patch)
treead9ad27f8b04b1fcd60207d25d2eee6289f166da
parentc23bf865ce32666e8f3bb0abd7d82f84a891ce82 (diff)
downloadluasocket-1f6035070fd5e2185dfb3a3bf48e1d12668c6599.tar.gz
luasocket-1f6035070fd5e2185dfb3a3bf48e1d12668c6599.tar.bz2
luasocket-1f6035070fd5e2185dfb3a3bf48e1d12668c6599.zip
mime.c: use LUASOCKET_API
-rwxr-xr-xsrc/mime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mime.c b/src/mime.c
index 338ecd4..6e359af 100755
--- a/src/mime.c
+++ b/src/mime.c
@@ -76,7 +76,7 @@ static UC b64unbase[256];
76/*-------------------------------------------------------------------------*\ 76/*-------------------------------------------------------------------------*\
77* Initializes module 77* Initializes module
78\*-------------------------------------------------------------------------*/ 78\*-------------------------------------------------------------------------*/
79MIME_API int luaopen_mime_core(lua_State *L) 79LUASOCKET_API int luaopen_mime_core(lua_State *L)
80{ 80{
81 lua_newtable(L); 81 lua_newtable(L);
82 luaL_setfuncs(L, func, 0); 82 luaL_setfuncs(L, func, 0);