diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2019-02-26 00:06:02 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-26 00:06:02 -0300 |
commit | c0fba03e4fe2a27a3471fa5af290be931f957002 (patch) | |
tree | 7a5f40572dd9ad9a6b56749cc256f7b658946873 /src/mime.c | |
parent | 9b3f7a430454dc9568dfb063fbc324b29c5134d7 (diff) | |
parent | e2e43d62fa925e7e22385505ed0c635255c77c0a (diff) | |
download | luasocket-c0fba03e4fe2a27a3471fa5af290be931f957002.tar.gz luasocket-c0fba03e4fe2a27a3471fa5af290be931f957002.tar.bz2 luasocket-c0fba03e4fe2a27a3471fa5af290be931f957002.zip |
Merge pull request #270 from ewestbrook/functionvisibility
Tag functions explicitly for shared library visibility
Diffstat (limited to 'src/mime.c')
-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); |