summaryrefslogtreecommitdiff
path: root/src/auditordb/plugin_auditordb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 23:01:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 23:01:17 +0100
commitb322614eb212e8b35e38faf70e804a33b091bbf4 (patch)
tree3f89e85174a4ea15224846f60050bbe82cf4019e /src/auditordb/plugin_auditordb_postgres.c
parentcd1a784f3413543b83f368344d0d660c29aecda3 (diff)
downloadexchange-b322614eb212e8b35e38faf70e804a33b091bbf4.tar.gz
exchange-b322614eb212e8b35e38faf70e804a33b091bbf4.tar.bz2
exchange-b322614eb212e8b35e38faf70e804a33b091bbf4.zip
doxygen
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index 0d4eea581..7e20600a0 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -35,7 +35,7 @@
* when fetching amounts from the database.
*
* @param field name of the database field to fetch amount from
- * @param amountp[out] pointer to amount to set
+ * @param[out] amountp pointer to amount to set
*/
#define TALER_PQ_RESULT_SPEC_AMOUNT(field,amountp) TALER_PQ_result_spec_amount ( \
field,pg->currency,amountp)
@@ -45,7 +45,7 @@
* when fetching amounts from the database. NBO variant.
*
* @param field name of the database field to fetch amount from
- * @param amountp[out] pointer to amount to set
+ * @param[out] amountp pointer to amount to set
*/
#define TALER_PQ_RESULT_SPEC_AMOUNT_NBO(field, \
amountp) TALER_PQ_result_spec_amount_nbo ( \
@@ -992,7 +992,7 @@ struct ExchangeInfoContext
/**
- * Helper function for #postgres_auditor_list_exchanges().
+ * Helper function for #postgres_list_exchanges().
* To be called with the results of a SELECT statement
* that has returned @a num_results results.
*
@@ -1988,7 +1988,6 @@ postgres_update_wire_auditor_account_progress (void *cls,
* @param[out] pp where is the auditor in processing
* @param[out] in_wire_off how far are we in the incoming wire transaction history
* @param[out] out_wire_off how far are we in the outgoing wire transaction history
- * @param[out] wire_off_size how many bytes do @a in_wire_off and @a out_wire_off take?
* @return transaction status code
*/
static enum GNUNET_DB_QueryStatus