aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
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 7af3d636..e93716dc 100644
--- a/lundump.h
+++ b/lundump.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.h,v 1.34 2003/08/25 19:51:54 roberto Exp roberto $ 2** $Id: lundump.h,v 1.35 2005/04/25 19:24:10 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*/
@@ -18,7 +18,7 @@ LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
18LUAI_FUNC int luaU_endianness (void); 18LUAI_FUNC int luaU_endianness (void);
19 19
20/* dump one chunk; from ldump.c */ 20/* dump one chunk; from ldump.c */
21LUAI_FUNC int luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, 21LUAI_FUNC int luaU_dump (lua_State* L, const Proto* Main, lua_Writer w,
22 void* data, int strip); 22 void* data, int strip);
23 23
24/* print one chunk; from print.c */ 24/* print one chunk; from print.c */