diff options
Diffstat (limited to 'src/func.h')
| -rw-r--r-- | src/func.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* -** $Id: func.h,v 1.8 1996/03/14 15:54:20 roberto Exp $ +** $Id: func.h,v 1.9 1997/05/14 18:38:29 roberto Exp $ */ #ifndef func_h @@ -30,7 +30,8 @@ typedef struct TFunc LocVar *locvars; } TFunc; -Long luaI_funccollector (void); +TFunc *luaI_funccollector (long *cont); +void luaI_funcfree (TFunc *l); void luaI_insertfunction (TFunc *f); void luaI_initTFunc (TFunc *f); |
