diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/auditor_api_get_config.c | 2 | ||||
| -rw-r--r-- | src/lib/exchange_api_age_withdraw.c | 4 | 
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/auditor_api_get_config.c b/src/lib/auditor_api_get_config.c index ede702a0..c9f36656 100644 --- a/src/lib/auditor_api_get_config.c +++ b/src/lib/auditor_api_get_config.c @@ -95,7 +95,7 @@ struct TALER_AUDITOR_GetConfigHandle   * in the @a key_data.   *   * @param[in] resp_obj JSON object to parse - * @param[in,out] auditor where to store the results we decoded + * @param[in,out] vi where to store the results we decoded   * @param[out] vc where to store config compatibility data   * @return #TALER_EC_NONE on success   */ diff --git a/src/lib/exchange_api_age_withdraw.c b/src/lib/exchange_api_age_withdraw.c index 9122dff7..7bad025b 100644 --- a/src/lib/exchange_api_age_withdraw.c +++ b/src/lib/exchange_api_age_withdraw.c @@ -382,7 +382,8 @@ reserve_age_withdraw_payment_required (   * HTTP /reserves/$RESERVE_PUB/age-withdraw request.   *   * @param cls the `struct TALER_EXCHANGE_AgeWithdrawHandle` - * @param aw2r response data + * @param response_code The HTTP response code + * @param response response data   */  static void  handle_reserve_age_withdraw_finished ( @@ -651,6 +652,7 @@ ERROR:   * Prepares the request URL for the age-withdraw request   *   * @param awh The handler + * @param exchange_url The base-URL to the exchange   */  static  enum GNUNET_GenericReturnValue  | 
