From 46b063ef59c7b334f8f36a9ab5dfd76d094e70d7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 9 Oct 2002 10:42:01 -0300 Subject: `undump' also uses private buffer --- lundump.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index 6a7ca970..c5055826 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.26 2002/08/07 00:36:03 lhf Exp $ +** $Id: lundump.h,v 1.27 2002/08/12 13:37:19 roberto Exp roberto $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -13,7 +13,7 @@ typedef int (*Writer)(const void* p, size_t size, void* u); /* load one chunk; from lundump.c */ -Proto* luaU_undump (lua_State* L, ZIO* Z); +Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer *buff); /* find byte order; from lundump.c */ int luaU_endianness (void); -- cgit v1.2.3-55-g6feb