summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_del_auditor_closure_lags.h
blob: a0f885f1be220885e9380a41f3eae54edd246213 (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_AUDITOR_CLOSURE_LAGS_H
#define SRC_PG_DEL_AUDITOR_CLOSURE_LAGS_H

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

/**
 * Delete a row from the auditor closure lags 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_auditor_closure_lags (
  void *cls,
  uint64_t row_id);

#endif // SRC_PG_DEL_AUDITOR_CLOSURE_LAGS_H