simplified tsqlite_connection_close
This commit is contained in:
@@ -30,8 +30,8 @@ typedef sqlite3 tsqlite_connection;
|
||||
/// @return new sqlite connection
|
||||
Result(tsqlite_connection*) tsqlite_connection_open(cstr file_path);
|
||||
|
||||
/// all statements and blobs must be destroyed before calling this
|
||||
Result(void) tsqlite_connection_close(tsqlite_connection* db);
|
||||
/// all statements and blobs should be destroyed before calling this
|
||||
void tsqlite_connection_close(tsqlite_connection* db);
|
||||
|
||||
|
||||
typedef struct tsqlite_statement {
|
||||
|
||||
Reference in New Issue
Block a user