summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-03-31 14:04:04 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-03-31 14:04:04 +0200
commite99450e2e2c28e6ae8c68b40e3f99d4a1ff3e63e (patch)
treebc962f531eca0cea8dc8f86236c62006253704d5 /src
parenta30827fcef87af1c5a9707f31c58b7b69f7b9ae8 (diff)
downloadexchange-e99450e2e2c28e6ae8c68b40e3f99d4a1ff3e63e.tar.gz
exchange-e99450e2e2c28e6ae8c68b40e3f99d4a1ff3e63e.tar.bz2
exchange-e99450e2e2c28e6ae8c68b40e3f99d4a1ff3e63e.zip
-fix missing comments
Diffstat (limited to 'src')
-rw-r--r--src/exchangedb/pg_batch_ensure_coin_known.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/exchangedb/pg_batch_ensure_coin_known.h b/src/exchangedb/pg_batch_ensure_coin_known.h
index a80f9d88b..2c53676d9 100644
--- a/src/exchangedb/pg_batch_ensure_coin_known.h
+++ b/src/exchangedb/pg_batch_ensure_coin_known.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2022 Taler Systems SA
+ Copyright (C) 2022, 2023 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
@@ -26,6 +26,16 @@
#include "taler_exchangedb_plugin.h"
+/**
+ * Make sure the array of given @a coin is known to the database.
+ *
+ * @param cls database connection plugin state
+ * @param coin array of coins that must be made known
+ * @param[out] result array where to store information about each coin
+ * @param coin_length length of the @a coin and @a result arraysf
+ * @param batch_size desired (maximum) batch size
+ * @return database transaction status, non-negative on success
+ */
enum GNUNET_DB_QueryStatus
TEH_PG_batch_ensure_coin_known (
void *cls,