aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools.h2
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
74void luaG_dump( lua_State* L ); 74void luaG_dump( lua_State* L );
75 75
76lua_State* luaG_newstate( char const* libs, lua_CFunction _on_state_create); 76lua_State* luaG_newstate( lua_State* _from, char const* libs, lua_CFunction _on_state_create);
77 77
78typedef struct { 78typedef struct {
79 volatile int refcount; 79 volatile int refcount;