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.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, | |||
18 | LUAI_FUNC int luaU_endianness (void); | 18 | LUAI_FUNC int luaU_endianness (void); |
19 | 19 | ||
20 | /* dump one chunk; from ldump.c */ | 20 | /* dump one chunk; from ldump.c */ |
21 | LUAI_FUNC int luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, | 21 | LUAI_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 */ |