summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_del_purse_not_closed_inconsistencies.h
blob: 417dfd05aaba0088f9c3652ecc1f9a06c79b23c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// 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