diff options
Diffstat (limited to 'lundump.h')
-rw-r--r-- | lundump.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lundump.h,v 1.31 2003/04/10 17:39:41 roberto Exp roberto $ | 2 | ** $Id: lundump.h,v 1.30 2003/04/07 20:34:20 lhf Exp lhf $ |
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 | */ |
@@ -17,7 +17,7 @@ Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff); | |||
17 | int luaU_endianness (void); | 17 | int luaU_endianness (void); |
18 | 18 | ||
19 | /* dump one chunk; from ldump.c */ | 19 | /* dump one chunk; from ldump.c */ |
20 | void luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, void* data); | 20 | int luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, void* data, int strip); |
21 | 21 | ||
22 | /* print one chunk; from print.c */ | 22 | /* print one chunk; from print.c */ |
23 | void luaU_print (const Proto* Main); | 23 | void luaU_print (const Proto* Main); |