aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keeper.h')
-rw-r--r--src/keeper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.h b/src/keeper.h
index 66d8d7e..e959c7c 100644
--- a/src/keeper.h
+++ b/src/keeper.h
@@ -8,7 +8,7 @@ struct s_Keeper
8 //int count; 8 //int count;
9}; 9};
10 10
11const char *init_keepers(void); 11const char *init_keepers( int const _nbKeepers);
12struct s_Keeper *keeper_acquire( const void *ptr); 12struct s_Keeper *keeper_acquire( const void *ptr);
13void keeper_release( struct s_Keeper *K); 13void keeper_release( struct s_Keeper *K);
14int keeper_call( lua_State *K, char const *func_name, lua_State *L, void *linda, uint_t starting_index); 14int keeper_call( lua_State *K, char const *func_name, lua_State *L, void *linda, uint_t starting_index);