mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
db: make db_exec_prepared_v2 return void.
It calls db_fatal() if it fails anyway, so don't expect anyone to check. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -34,7 +34,7 @@ bool db_step(struct db_stmt *stmt);
|
||||
*
|
||||
* @stmt: The prepared statement to execute
|
||||
*/
|
||||
bool db_exec_prepared_v2(struct db_stmt *stmt TAKES);
|
||||
void db_exec_prepared_v2(struct db_stmt *stmt TAKES);
|
||||
|
||||
/**
|
||||
* db_query_prepared -- Execute a prepared query
|
||||
|
||||
Reference in New Issue
Block a user