From 67578ec51f1a3ec2c967f15d370067caf9e0b87b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 17 May 2005 16:49:15 -0300 Subject: several small details --- lundump.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index 7af3d636..e93716dc 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.34 2003/08/25 19:51:54 roberto Exp roberto $ +** $Id: lundump.h,v 1.35 2005/04/25 19:24:10 roberto Exp roberto $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -18,7 +18,7 @@ LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, LUAI_FUNC int luaU_endianness (void); /* dump one chunk; from ldump.c */ -LUAI_FUNC int luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, +LUAI_FUNC int luaU_dump (lua_State* L, const Proto* Main, lua_Writer w, void* data, int strip); /* print one chunk; from print.c */ -- cgit v1.2.3-55-g6feb