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.26 2002/08/07 00:36:03 lhf Exp $ | 2 | ** $Id: lundump.h,v 1.27 2002/08/12 13:37:19 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 | */ |
| @@ -13,7 +13,7 @@ | |||
| 13 | typedef int (*Writer)(const void* p, size_t size, void* u); | 13 | typedef int (*Writer)(const void* p, size_t size, void* u); |
| 14 | 14 | ||
| 15 | /* load one chunk; from lundump.c */ | 15 | /* load one chunk; from lundump.c */ |
| 16 | Proto* luaU_undump (lua_State* L, ZIO* Z); | 16 | Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer *buff); |
| 17 | 17 | ||
| 18 | /* find byte order; from lundump.c */ | 18 | /* find byte order; from lundump.c */ |
| 19 | int luaU_endianness (void); | 19 | int luaU_endianness (void); |
