commit e99450e2e2c28e6ae8c68b40e3f99d4a1ff3e63e
parent a30827fcef87af1c5a9707f31c58b7b69f7b9ae8
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 31 Mar 2023 14:04:04 +0200
-fix missing comments
Diffstat:
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git 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,