diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 18:40:52 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 18:40:52 +0000 |
commit | 195069cf5f929f445b0ce20e531cd482d2559083 (patch) | |
tree | 6444d37c4ce32395428ba26ee0d16c0c372bd9da /src/auxiliar.h | |
parent | e63f500d24ff0238425c9e13f220daf09a277ef5 (diff) | |
download | luasocket-195069cf5f929f445b0ce20e531cd482d2559083.tar.gz luasocket-195069cf5f929f445b0ce20e531cd482d2559083.tar.bz2 luasocket-195069cf5f929f445b0ce20e531cd482d2559083.zip |
Fixed functions that return messages in ?socket.c.
Moved complexity of connect and accept there.
Created a new options.c module to take care of options.
Auxiliar.c is now cleaner.
Diffstat (limited to 'src/auxiliar.h')
-rw-r--r-- | src/auxiliar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/auxiliar.h b/src/auxiliar.h index 324e800..b98eb9c 100644 --- a/src/auxiliar.h +++ b/src/auxiliar.h | |||
@@ -48,7 +48,6 @@ void *aux_checkclass(lua_State *L, const char *classname, int objidx); | |||
48 | void *aux_checkgroup(lua_State *L, const char *groupname, int objidx); | 48 | void *aux_checkgroup(lua_State *L, const char *groupname, int objidx); |
49 | void *aux_getclassudata(lua_State *L, const char *groupname, int objidx); | 49 | void *aux_getclassudata(lua_State *L, const char *groupname, int objidx); |
50 | void *aux_getgroupudata(lua_State *L, const char *groupname, int objidx); | 50 | void *aux_getgroupudata(lua_State *L, const char *groupname, int objidx); |
51 | int aux_meth_setoption(lua_State *L, luaL_reg *opt); | ||
52 | int aux_checkboolean(lua_State *L, int objidx); | 51 | int aux_checkboolean(lua_State *L, int objidx); |
53 | 52 | ||
54 | #endif /* AUX_H */ | 53 | #endif /* AUX_H */ |