summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_insert_row_inconsistency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_insert_row_inconsistency.h')
-rw-r--r--src/auditordb/pg_insert_row_inconsistency.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/auditordb/pg_insert_row_inconsistency.h b/src/auditordb/pg_insert_row_inconsistency.h
new file mode 100644
index 000000000..cb3b62f56
--- /dev/null
+++ b/src/auditordb/pg_insert_row_inconsistency.h
@@ -0,0 +1,25 @@
+//
+// Created by parallels on 21/03/24.
+//
+
+#ifndef SRC_PG_INSERT_ROW_INCONSISTENCY_H
+#define SRC_PG_INSERT_ROW_INCONSISTENCY_H
+
+#include "taler_util.h"
+#include "taler_json_lib.h"
+#include "taler_auditordb_plugin.h"
+
+
+/**
+ * Insert information about a deposit confirmation into the database.
+ *
+ * @param cls the @e cls of this struct with the plugin-specific state
+ * @param dc deposit confirmation information to store
+ * @return query result status
+ */
+enum GNUNET_DB_QueryStatus
+TAH_PG_insert_row_inconsistency (
+ void *cls,
+ const struct TALER_AUDITORDB_RowInconsistency *dc);
+
+#endif // SRC_PG_INSERT_ROW_INCONSISTENCY_H