summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_del_bad_sig_losses.h
blob: 0579b64c039a0f5ced7212e78567751c8578c0f4 (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_BAD_SIG_LOSSES_H
#define SRC_PG_DEL_BAD_SIG_LOSSES_H

#include "taler_util.h"
#include "taler_auditordb_plugin.h"

/**
 * Delete a row from the bad sig losses 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_bad_sig_losses (
  void *cls,
  uint64_t row_id);

#endif // SRC_PG_DEL_BAD_SIG_LOSSES_H