aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lauxlib.h b/lauxlib.h
index 176aa240..3b2ceb2b 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lauxlib.h,v 1.67 2004/06/21 20:05:29 roberto Exp roberto $ 2** $Id: lauxlib.h,v 1.68 2004/06/29 16:57:56 roberto Exp roberto $
3** Auxiliary functions for building Lua libraries 3** Auxiliary functions for building Lua libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -25,8 +25,6 @@ typedef struct luaL_reg {
25} luaL_reg; 25} luaL_reg;
26 26
27 27
28typedef int (*luaL_Loader)(lua_State *L, const char *name);
29
30LUALIB_API void luaL_openlib (lua_State *L, const char *libname, 28LUALIB_API void luaL_openlib (lua_State *L, const char *libname,
31 const luaL_reg *l, int nup); 29 const luaL_reg *l, int nup);
32LUALIB_API int luaL_getmetafield (lua_State *L, int obj, const char *e); 30LUALIB_API int luaL_getmetafield (lua_State *L, int obj, const char *e);