summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-01 15:35:41 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-01 15:35:41 +0200
commitb1566ea5af031f4cd46816502177d7edc6a67f29 (patch)
tree59b997c572da812a253ae0a3597bd55645488823 /src/exchange
parentf6ce80056b0cfafd695ce3c948ac1e22d94ddef3 (diff)
downloadexchange-b1566ea5af031f4cd46816502177d7edc6a67f29.tar.gz
exchange-b1566ea5af031f4cd46816502177d7edc6a67f29.tar.bz2
exchange-b1566ea5af031f4cd46816502177d7edc6a67f29.zip
-doxygen
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_keys.c9
-rw-r--r--src/exchange/taler-exchange-httpd_keys.h2
2 files changed, 5 insertions, 6 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c
index a4e7ace83..2389a21dd 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -2412,11 +2412,10 @@ wallet_threshold_cb (void *cls,
* @param[in,out] ksh key state handle we build @a krd for
* @param[in] denom_keys_hash hash over all the denomination keys in @a denoms
* @param last_cherry_pick_date timestamp to use
- * @param signkeys list of sign keys to return
- * @param recoup list of revoked keys to return
- * @param denoms list of denominations to return
- * @param grouped_denominations list of grouped denominations to return
- * @param[in] h_grouped XOR of all hashes in @a grouped_demoninations
+ * @param[in,out] signkeys list of sign keys to return
+ * @param[in,out] recoup list of revoked keys to return
+ * @param[in,out] grouped_denominations list of grouped denominations to return
+ * @param h_grouped XOR of all hashes in @a grouped_demoninations
* @return #GNUNET_OK on success
*/
static enum GNUNET_GenericReturnValue
diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h
index 61096de93..e170b978a 100644
--- a/src/exchange/taler-exchange-httpd_keys.h
+++ b/src/exchange/taler-exchange-httpd_keys.h
@@ -191,7 +191,7 @@ TEH_wire_init (void);
*
* (We do not do so immediately, but merely signal to all threads that they
* need to rebuild their wire state upon the next call to
- * #TEH_handler_wire()).
+ * #TEH_keys_get_state()).
*/
void
TEH_wire_update_state (void);