diff options
Diffstat (limited to '')
-rwxr-xr-x | src/mime.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ static UC b64unbase[256]; | |||
76 | /*-------------------------------------------------------------------------*\ | 76 | /*-------------------------------------------------------------------------*\ |
77 | * Initializes module | 77 | * Initializes module |
78 | \*-------------------------------------------------------------------------*/ | 78 | \*-------------------------------------------------------------------------*/ |
79 | MIME_API int luaopen_mime_core(lua_State *L) | 79 | LUASOCKET_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); |