diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h index d0169cf..e4fbd94 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -73,7 +73,7 @@ extern char const* debugspew_indent; | |||
73 | 73 | ||
74 | void luaG_dump( lua_State* L ); | 74 | void luaG_dump( lua_State* L ); |
75 | 75 | ||
76 | lua_State* luaG_newstate( char const* libs, lua_CFunction _on_state_create); | 76 | lua_State* luaG_newstate( lua_State* _from, char const* libs, lua_CFunction _on_state_create); |
77 | 77 | ||
78 | typedef struct { | 78 | typedef struct { |
79 | volatile int refcount; | 79 | volatile int refcount; |