diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 14:16:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 14:16:40 +0100 |
commit | 5146d62b14e7d4c14da6fe5c891ce27232082cbd (patch) | |
tree | cb0be3ea4de27fc060ce255a22793b9c7860b463 /src/pq | |
parent | 9c45958a55d25f87fa8848765cb924ddc604e91b (diff) | |
download | exchange-5146d62b14e7d4c14da6fe5c891ce27232082cbd.tar.gz exchange-5146d62b14e7d4c14da6fe5c891ce27232082cbd.tar.bz2 exchange-5146d62b14e7d4c14da6fe5c891ce27232082cbd.zip |
doxygen
Diffstat (limited to 'src/pq')
-rw-r--r-- | src/pq/pq_result_helper.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c index b3977d73..137abd67 100644 --- a/src/pq/pq_result_helper.c +++ b/src/pq/pq_result_helper.c @@ -29,9 +29,9 @@ * * @param result the result to extract the amount from * @param row which row of the result to extract the amount from (needed as results can have multiple rows) + * @param currency currency to use for @a r_amount_nbo * @param val_name name of the column with the amount's "value", must include the substring "_val". * @param frac_name name of the column with the amount's "fractional" value, must include the substring "_frac". - * @param curr_name name of the column with the amount's currency name, must include the substring "_curr". * @param[out] r_amount_nbo where to store the amount, in network byte order * @return * #GNUNET_YES if all results could be extracted @@ -376,7 +376,7 @@ TALER_PQ_result_spec_json (const char *name, * * @param cls closure * @param result where to extract data from - * @param int row to extract data from + * @param row the row to extract data from * @param fname name (or prefix) of the fields to extract from * @param[in,out] dst_size where to store size of result, may be NULL * @param[out] dst where to store the result @@ -459,7 +459,7 @@ TALER_PQ_result_spec_absolute_time (const char *name, * * @param cls closure * @param result where to extract data from - * @param int row to extract data from + * @param row the row to extract data from * @param fname name (or prefix) of the fields to extract from * @param[in,out] dst_size where to store size of result, may be NULL * @param[out] dst where to store the result |