aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools.h b/src/tools.h
index 05bee59..0907df2 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -64,8 +64,8 @@ typedef struct {
64 64
65void luaG_push_proxy( lua_State *L, luaG_IdFunction idfunc, DEEP_PRELUDE *deep_userdata ); 65void luaG_push_proxy( lua_State *L, luaG_IdFunction idfunc, DEEP_PRELUDE *deep_userdata );
66 66
67void luaG_inter_copy( lua_State *L, lua_State *L2, uint_t n ); 67int luaG_inter_copy( lua_State *L, lua_State *L2, uint_t n);
68void luaG_inter_move( lua_State *L, lua_State *L2, uint_t n ); 68int luaG_inter_move( lua_State *L, lua_State *L2, uint_t n);
69 69
70// Lock for reference counter inc/dec locks (to be initialized by outside code) 70// Lock for reference counter inc/dec locks (to be initialized by outside code)
71// 71//