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 c4e06f9e..186e25f8 100644
--- a/lundump.h
+++ b/lundump.h
@@ -30,8 +30,8 @@
30 30
31 31
32/* load one chunk; from lundump.c */ 32/* load one chunk; from lundump.c */
33LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name, 33LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Table *anchor,
34 int fixed); 34 const char* name, int fixed);
35 35
36/* dump one chunk; from ldump.c */ 36/* dump one chunk; from ldump.c */
37LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, 37LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w,