// // Created by parallels on 27/03/24. // #ifndef SRC_PG_DEL_PURSE_NOT_CLOSED_INCONSISTENCIES_H #define SRC_PG_DEL_PURSE_NOT_CLOSED_INCONSISTENCIES_H #include "taler_util.h" #include "taler_auditordb_plugin.h" /** * Delete a row from the purse not closed inconsistency table. * * @param cls the @e cls of this struct with the plugin-specific state * @param row_id row to delete * @return query transaction status */ enum GNUNET_DB_QueryStatus TAH_PG_del_purse_not_closed_inconsistencies ( void *cls, uint64_t row_id); #endif // SRC_PG_DEL_PURSE_NOT_CLOSED_INCONSISTENCIES_H