diff options
Diffstat (limited to 'luadebug.h')
| -rw-r--r-- | luadebug.h | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: luadebug.h,v 1.2 1998/06/19 16:14:09 roberto Exp roberto $ | 2 | ** $Id: luadebug.h,v 1.3 1998/09/07 18:59:59 roberto Exp roberto $ |
| 3 | ** Debugging API | 3 | ** Debugging API |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -31,4 +31,9 @@ extern lua_CHFunction lua_callhook; | |||
| 31 | extern int lua_debug; | 31 | extern int lua_debug; |
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | extern lua_LHFunction lua_setlinehook (lua_LHFunction func); | ||
| 35 | extern lua_CHFunction lua_setcallhook (lua_CHFunction func); | ||
| 36 | extern int lua_setdebug (int debug); | ||
| 37 | |||
| 38 | |||
| 34 | #endif | 39 | #endif |
