diff options
author | Liam Devine <dmail00@gmail.com> | 2011-07-04 23:31:14 +0100 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2012-04-11 13:33:34 -0700 |
commit | e15ed19db6eb3385c1b35219c2dfa11953c3d47e (patch) | |
tree | 4e38a0b05ac7cbaaa449f2b32dc959409ceae9ea /src/auxiliar.h | |
parent | a984607f28d0a802acaf1a16da225234af769baa (diff) | |
download | luasocket-e15ed19db6eb3385c1b35219c2dfa11953c3d47e.tar.gz luasocket-e15ed19db6eb3385c1b35219c2dfa11953c3d47e.tar.bz2 luasocket-e15ed19db6eb3385c1b35219c2dfa11953c3d47e.zip |
Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorting out to take maybe a version number and also the local paths need removing.
Diffstat (limited to 'src/auxiliar.h')
-rw-r--r-- | src/auxiliar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auxiliar.h b/src/auxiliar.h index 57a2ecc..c53b39e 100644 --- a/src/auxiliar.h +++ b/src/auxiliar.h | |||
@@ -33,7 +33,7 @@ | |||
33 | #include "lauxlib.h" | 33 | #include "lauxlib.h" |
34 | 34 | ||
35 | int auxiliar_open(lua_State *L); | 35 | int auxiliar_open(lua_State *L); |
36 | void auxiliar_newclass(lua_State *L, const char *classname, luaL_reg *func); | 36 | void auxiliar_newclass(lua_State *L, const char *classname, luaL_Reg *func); |
37 | void auxiliar_add2group(lua_State *L, const char *classname, const char *group); | 37 | void auxiliar_add2group(lua_State *L, const char *classname, const char *group); |
38 | void auxiliar_setclass(lua_State *L, const char *classname, int objidx); | 38 | void auxiliar_setclass(lua_State *L, const char *classname, int objidx); |
39 | void *auxiliar_checkclass(lua_State *L, const char *classname, int objidx); | 39 | void *auxiliar_checkclass(lua_State *L, const char *classname, int objidx); |