diff options
Diffstat (limited to 'lundump.h')
-rw-r--r-- | lundump.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,6 +31,6 @@ LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name); | |||
31 | 31 | ||
32 | /* dump one chunk; from ldump.c */ | 32 | /* dump one chunk; from ldump.c */ |
33 | LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, | 33 | LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, |
34 | void* data, int strip); | 34 | void* data, int strip, Table *h); |
35 | 35 | ||
36 | #endif | 36 | #endif |