summaryrefslogtreecommitdiff
path: root/src/lualib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lualib.h')
-rw-r--r--src/lualib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lualib.h b/src/lualib.h
index e1face32..f52bb888 100644
--- a/src/lualib.h
+++ b/src/lualib.h
@@ -1,5 +1,5 @@
/*
-** $Id: lualib.h,v 1.34 2005/04/13 17:24:20 roberto Exp $
+** $Id: lualib.h,v 1.35 2005/08/10 18:06:58 roberto Exp $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
@@ -37,7 +37,7 @@ LUALIB_API int (luaopen_math) (lua_State *L);
LUALIB_API int (luaopen_debug) (lua_State *L);
#define LUA_LOADLIBNAME "package"
-LUALIB_API int (luaopen_loadlib) (lua_State *L);
+LUALIB_API int (luaopen_package) (lua_State *L);
/* open all previous libraries */