summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_batch_reserves_in_insert.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-23 13:40:13 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-23 13:40:13 +0100
commit0429b0cede718e3306e088993023dbe3b47c3382 (patch)
treea23a061faacecfa0837cd4846c87a6f39f6db4af /src/exchangedb/pg_batch_reserves_in_insert.h
parent505ea0a0431d54dd8be76cb6ca6c7846db04d76f (diff)
parentd3b46de9f82574cdb85ae2ad7a7a5cb5390471f2 (diff)
downloadexchange-0429b0cede718e3306e088993023dbe3b47c3382.tar.gz
exchange-0429b0cede718e3306e088993023dbe3b47c3382.tar.bz2
exchange-0429b0cede718e3306e088993023dbe3b47c3382.zip
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src/exchangedb/pg_batch_reserves_in_insert.h')
-rw-r--r--src/exchangedb/pg_batch_reserves_in_insert.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/exchangedb/pg_batch_reserves_in_insert.h b/src/exchangedb/pg_batch_reserves_in_insert.h
new file mode 100644
index 000000000..766795672
--- /dev/null
+++ b/src/exchangedb/pg_batch_reserves_in_insert.h
@@ -0,0 +1,35 @@
+/*
+ This file is part of TALER
+ Copyright (C) 2022 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+ */
+/**
+ * @file exchangedb/pg_batch_reserves_in_insert.h
+ * @brief implementation of the batch_reserves_in_insert function for Postgres
+ * @author Christian Grothoff
+ */
+#ifndef PG_BATCH_RESERVES_IN_INSERT_H
+#define PG_BATCH_RESERVES_IN_INSERT_H
+
+#include "taler_util.h"
+#include "taler_json_lib.h"
+#include "taler_exchangedb_plugin.h"
+
+
+enum GNUNET_DB_QueryStatus
+TEH_PG_batch_reserves_in_insert (void *cls,
+ const struct TALER_EXCHANGEDB_ReserveInInfo *reserves,
+ unsigned int reserves_length,
+ enum GNUNET_DB_QueryStatus *results);
+
+#endif