aboutsummaryrefslogtreecommitdiff
path: root/luadebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'luadebug.h')
-rw-r--r--luadebug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/luadebug.h b/luadebug.h
index 088d06ad..12e951cd 100644
--- a/luadebug.h
+++ b/luadebug.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luadebug.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ 2** $Id: luadebug.h,v 1.2 1998/06/19 16:14:09 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*/
@@ -24,6 +24,7 @@ char *lua_getobjname (lua_Object o, char **name);
24lua_Object lua_getlocal (lua_Function func, int local_number, char **name); 24lua_Object lua_getlocal (lua_Function func, int local_number, char **name);
25int lua_setlocal (lua_Function func, int local_number); 25int lua_setlocal (lua_Function func, int local_number);
26 26
27int lua_nups (lua_Function func);
27 28
28extern lua_LHFunction lua_linehook; 29extern lua_LHFunction lua_linehook;
29extern lua_CHFunction lua_callhook; 30extern lua_CHFunction lua_callhook;