diff options
Diffstat (limited to 'src/auxiliar.h')
-rw-r--r-- | src/auxiliar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auxiliar.h b/src/auxiliar.h index 2681a84..66be31d 100644 --- a/src/auxiliar.h +++ b/src/auxiliar.h | |||
@@ -13,6 +13,8 @@ void aux_newclass(lua_State *L, const char *name, luaL_reg *func); | |||
13 | void aux_add2group(lua_State *L, const char *name, const char *group); | 13 | void aux_add2group(lua_State *L, const char *name, const char *group); |
14 | void *aux_checkclass(lua_State *L, const char *name, int objidx); | 14 | void *aux_checkclass(lua_State *L, const char *name, int objidx); |
15 | void *aux_checkgroup(lua_State *L, const char *group, int objidx); | 15 | void *aux_checkgroup(lua_State *L, const char *group, int objidx); |
16 | void *aux_getclassudata(lua_State *L, const char *group, int objidx); | ||
17 | void *aux_getgroupudata(lua_State *L, const char *group, int objidx); | ||
16 | void aux_setclass(lua_State *L, const char *name, int objidx); | 18 | void aux_setclass(lua_State *L, const char *name, int objidx); |
17 | 19 | ||
18 | /* min and max macros */ | 20 | /* min and max macros */ |