summaryrefslogtreecommitdiffstats
path: root/lua-posixtz.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua-posixtz.c')
-rw-r--r--lua-posixtz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-posixtz.c b/lua-posixtz.c
index 0754f97..a641ac6 100644
--- a/lua-posixtz.c
+++ b/lua-posixtz.c
@@ -20,7 +20,7 @@ static const luaL_reg R[] =
};
-LUALIB_API int luaopen_posixtz(lua_State *L)
+LUALIB_API int luaopen_posixtz_core(lua_State *L)
{
luaL_register(L,MYNAME,R);
return 1;