From 9863223fbf512d903a1677c861e4beb4f8feda4d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 28 May 1996 18:07:32 -0300 Subject: first version of vararg facility (plus new function "call"). --- inout.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inout.h') diff --git a/inout.h b/inout.h index 24281d6b..ee359089 100644 --- a/inout.h +++ b/inout.h @@ -1,5 +1,5 @@ /* -** $Id: inout.h,v 1.14 1996/03/15 13:13:13 roberto Exp roberto $ +** $Id: inout.h,v 1.15 1996/03/15 18:21:58 roberto Exp roberto $ */ @@ -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 -- cgit v1.2.3-55-g6feb