aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-08-25 16:51:54 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-08-25 16:51:54 -0300
commit9fcc48517659c72de43bece515fdd5cea88c07f8 (patch)
treead065ea1c7e2c0f6781e366e9a2e95b4cadb1780 /lundump.h
parent64066359dda2a0920d307e901185faf78cc32b97 (diff)
downloadlua-9fcc48517659c72de43bece515fdd5cea88c07f8.tar.gz
lua-9fcc48517659c72de43bece515fdd5cea88c07f8.tar.bz2
lua-9fcc48517659c72de43bece515fdd5cea88c07f8.zip
zio does not keep "source" name (nobody uses it)
Diffstat (limited to 'lundump.h')
-rw-r--r--lundump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lundump.h b/lundump.h
index b9ae7126..b3f9b6d2 100644
--- a/lundump.h
+++ b/lundump.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.h,v 1.30 2003/04/07 20:34:20 lhf Exp lhf $ 2** $Id: lundump.h,v 1.33 2003/08/15 13:48:53 roberto Exp roberto $
3** load pre-compiled Lua chunks 3** load pre-compiled Lua chunks
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -11,7 +11,7 @@
11#include "lzio.h" 11#include "lzio.h"
12 12
13/* load one chunk; from lundump.c */ 13/* load one chunk; from lundump.c */
14Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff); 14Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char *name);
15 15
16/* find byte order; from lundump.c */ 16/* find byte order; from lundump.c */
17int luaU_endianness (void); 17int luaU_endianness (void);