aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_update_bad_sig_losses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_update_bad_sig_losses.h')
-rw-r--r--src/auditordb/pg_update_bad_sig_losses.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/auditordb/pg_update_bad_sig_losses.h b/src/auditordb/pg_update_bad_sig_losses.h
new file mode 100644
index 000000000..affb6a74c
--- /dev/null
+++ b/src/auditordb/pg_update_bad_sig_losses.h
@@ -0,0 +1,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