summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_del_coin_inconsistency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_del_coin_inconsistency.h')
-rw-r--r--src/auditordb/pg_del_coin_inconsistency.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/auditordb/pg_del_coin_inconsistency.h b/src/auditordb/pg_del_coin_inconsistency.h
new file mode 100644
index 000000000..c190d6d9f
--- /dev/null
+++ b/src/auditordb/pg_del_coin_inconsistency.h
@@ -0,0 +1,24 @@
+//
+// Created by parallels on 21/03/24.
+//
+
+#ifndef SRC_PG_DEL_COIN_INCONSISTENCY_H
+#define SRC_PG_DEL_COIN_INCONSISTENCY_H
+
+#include "taler_util.h"
+#include "taler_json_lib.h"
+#include "taler_auditordb_plugin.h"
+
+/**
+ * Delete a row from the deposit confirmations 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_coin_inconsistency (
+ void *cls,
+ uint64_t row_id);
+
+#endif // SRC_PG_DEL_COIN_INCONSISTENCY_H