diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 23:01:17 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 23:01:17 +0100 | 
| commit | b322614eb212e8b35e38faf70e804a33b091bbf4 (patch) | |
| tree | 3f89e85174a4ea15224846f60050bbe82cf4019e /src/bank-lib | |
| parent | cd1a784f3413543b83f368344d0d660c29aecda3 (diff) | |
doxygen
Diffstat (limited to 'src/bank-lib')
| -rw-r--r-- | src/bank-lib/bank_api_admin.c | 2 | ||||
| -rw-r--r-- | src/bank-lib/bank_api_transfer.c | 2 | ||||
| -rw-r--r-- | src/bank-lib/fakebank.c | 8 | 
3 files changed, 6 insertions, 6 deletions
diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c index d78cbaa2..e3c9f689 100644 --- a/src/bank-lib/bank_api_admin.c +++ b/src/bank-lib/bank_api_admin.c @@ -40,7 +40,7 @@ struct TALER_BANK_AdminAddIncomingHandle    /**     * POST context.     */ -  struct TEAH_PostContext post_ctx; +  struct TALER_CURL_PostContext post_ctx;    /**     * Handle for the request. diff --git a/src/bank-lib/bank_api_transfer.c b/src/bank-lib/bank_api_transfer.c index a23e515f..584f056a 100644 --- a/src/bank-lib/bank_api_transfer.c +++ b/src/bank-lib/bank_api_transfer.c @@ -124,7 +124,7 @@ struct TALER_BANK_WireExecuteHandle    /**     * POST context.     */ -  struct TEAH_PostContext post_ctx; +  struct TALER_CURL_PostContext post_ctx;    /**     * Handle for the request. diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 758c44cf..bb639ea4 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c @@ -283,7 +283,7 @@ TALER_FAKEBANK_check_debit (struct TALER_FAKEBANK_Handle *h,   * @param h bank instance   * @param want_amount transfer amount desired   * @param want_debit account that should have been debited - * @param want_debit account that should have been credited + * @param want_credit account that should have been credited   * @param reserve_pub reserve public key expected in wire subject   * @return #GNUNET_OK on success   */ @@ -450,7 +450,8 @@ TALER_FAKEBANK_make_admin_transfer (struct TALER_FAKEBANK_Handle *h,  /**   * Check that no wire transfers were ordered (or at least none - * that have not been taken care of via #TALER_FAKEBANK_check()). + * that have not been taken care of via #TALER_FAKEBANK_check_credit() + * or #TALER_FAKEBANK_check_debit()).   * If any transactions are onrecord, return #GNUNET_SYSERR.   *   * @param h bank instance @@ -819,8 +820,7 @@ struct HistoryArgs   * /history/incoming and /history/outgoing.   *   * @param connection MHD connection. - * @param function_name name of the caller. - * @param ha[out] will contain the parsed values. + * @param[out] ha will contain the parsed values.   * @return GNUNET_OK only if the parsing succeedes.   */  static int  | 
