summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_update_bad_sig_losses.h
blob: affb6a74c0e784aaa2fabace02a6fb0c903c9574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Created by parallels on 08/04/24.
//

#ifndef SRC_PG_UPDATE_BAD_SIG_LOSSES_H
#define SRC_PG_UPDATE_BAD_SIG_LOSSES_H

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

enum GNUNET_DB_QueryStatus
TAH_PG_update_bad_sig_losses (
  void *cls,
  const struct TALER_AUDITORDB_Generic_Update *dc);

#endif // SRC_PG_UPDATE_BAD_SIG_LOSSES_H