summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_del_emergency_by_count.h
blob: 84e2205a561b39b866a1dd3a5f06040e920319fb (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_EMERGENCY_BY_COUNT_H
#define SRC_PG_DEL_EMERGENCY_BY_COUNT_H

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

/**
 * Delete a row from the emergency by count 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_emergency_by_count (
  void *cls,
  uint64_t row_id);

#endif // SRC_PG_DEL_EMERGENCY_BY_COUNT_H