diff options
author | Lua Team <team@lua.org> | 1996-11-19 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 1996-11-19 12:00:00 +0000 |
commit | 47a298a24ad3a8202440051de5938618502302a0 (patch) | |
tree | 9be43568f1e90c9219d5e3860b58c8ac1db5f062 /src/inout.h | |
parent | 721542976ebc89f2f8d17d19be7e4426570b69be (diff) | |
download | lua-github-2.5.tar.gz |
Lua 2.52.5
Diffstat (limited to 'src/inout.h')
-rw-r--r-- | src/inout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inout.h b/src/inout.h index e5957753..a26f8e99 100644 --- a/src/inout.h +++ b/src/inout.h @@ -1,5 +1,5 @@ /* -** $Id: inout.h,v 1.15 1996/03/15 18:21:58 roberto Exp $ +** $Id: inout.h,v 1.16 1996/05/28 21:07:32 roberto Exp $ */ @@ -29,5 +29,6 @@ void luaI_error (void); void luaI_assert (void); void luaI_setglobal (void); void luaI_getglobal (void); +void luaI_call (void); #endif |