diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-05 13:35:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-05 13:35:47 +0200 |
commit | a104914e4d209d9c2d94a8f4e943dd29e739158a (patch) | |
tree | 14b8bd9e3dba7db7a96241ca98a24f908a3f277b /src/mint-lib/mint_api_withdraw.c | |
parent | 01551b0d9d4fe23b66e5adf4cfa2485fe202c3c9 (diff) |
-doxygen fixes
Diffstat (limited to 'src/mint-lib/mint_api_withdraw.c')
-rw-r--r-- | src/mint-lib/mint_api_withdraw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mint-lib/mint_api_withdraw.c b/src/mint-lib/mint_api_withdraw.c index 491f4d76..91734611 100644 --- a/src/mint-lib/mint_api_withdraw.c +++ b/src/mint-lib/mint_api_withdraw.c @@ -287,6 +287,7 @@ parse_reserve_history (json_t *history, * HTTP /withdraw/status request. * * @param cls the `struct TALER_MINT_WithdrawStatusHandle` + * @param eh curl handle of the request that finished */ static void handle_withdraw_status_finished (void *cls, @@ -788,6 +789,7 @@ withdraw_sign_payment_required (struct TALER_MINT_WithdrawSignHandle *wsh, * HTTP /withdraw/sign request. * * @param cls the `struct TALER_MINT_WithdrawSignHandle` + * @param eh curl handle of the request that finished */ static void handle_withdraw_sign_finished (void *cls, @@ -937,6 +939,7 @@ withdraw_sign_download_cb (char *bufptr, * * @param mint the mint handle; the mint must be ready to operate * @param pk kind of coin to create + * @param reserve_priv private key of the reserve to withdraw from * @param coin_priv where to store the coin's private key, * caller must have committed this value to disk before the call (with @a pk) * @param blinding_key where to store the coin's blinding key |