This commit is contained in:
Brian West
2011-01-05 11:45:48 -06:00
parent 5bb525e1ea
commit d79cf48475
11 changed files with 110 additions and 3 deletions
@@ -63,6 +63,7 @@ namespace LUA {
bool release();
bool connected();
bool query(char *sql, SWIGLUA_FN lua_fun);
int affected_rows();
};
}
#endif