diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-04-02 20:04:12 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-04-02 20:04:12 -0300 |
| commit | 075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2 (patch) | |
| tree | ae1dd456984f4e7128b2d4a2e2e43e4f23b99d01 /lua.h | |
| parent | 7c99149a76ce0c7469c9bafec5dfff529f88512c (diff) | |
| download | lua-github-075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2.tar.gz | |
new function "getintmethod"
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ ** LUA - Linguagem para Usuarios de Aplicacao ** Grupo de Tecnologia em Computacao Grafica ** TeCGraf - PUC-Rio -** $Id: lua.h,v 3.40 1997/04/02 17:44:18 roberto Exp roberto $ +** $Id: lua.h,v 3.41 1997/04/02 22:52:42 roberto Exp roberto $ */ @@ -21,6 +21,7 @@ typedef unsigned int lua_Object; lua_Object lua_setfallback (char *event, lua_CFunction fallback); void lua_setintmethod (int tag, char *event, lua_CFunction method); +void lua_getintmethod (int tag, char *event); /* out: method */ void lua_seterrormethod (lua_CFunction method); int lua_newtag (void); |
