1 2 3 4 5 6 7 8 9
#ifndef DICT_LUA_PRIVATE_H #define DICT_LUA_PRIVATE_H #include "dict-lua.h" int lua_dict_iterate(lua_State *l); int lua_dict_transaction_begin(lua_State *l); #endif