From a9b3c564bdd80ad6d3db0d0c493144956c64368d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Mar 2020 17:14:00 +0100 Subject: rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling when curl_easy_init() fails --- src/lib/auditor_api_handle.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/auditor_api_handle.h') diff --git a/src/lib/auditor_api_handle.h b/src/lib/auditor_api_handle.h index 013fe9b0c..7ff5bfcdb 100644 --- a/src/lib/auditor_api_handle.h +++ b/src/lib/auditor_api_handle.h @@ -31,7 +31,7 @@ * @return ctx context to execute jobs in */ struct GNUNET_CURL_Context * -MAH_handle_to_context (struct TALER_AUDITOR_Handle *h); +TALER_AUDITOR_handle_to_context_ (struct TALER_AUDITOR_Handle *h); /** @@ -41,7 +41,7 @@ MAH_handle_to_context (struct TALER_AUDITOR_Handle *h); * @return #GNUNET_YES if we are ready, #GNUNET_NO if not */ int -MAH_handle_is_ready (struct TALER_AUDITOR_Handle *h); +TALER_AUDITOR_handle_is_ready_ (struct TALER_AUDITOR_Handle *h); /** @@ -52,8 +52,8 @@ MAH_handle_is_ready (struct TALER_AUDITOR_Handle *h); * @return the full URL to use with cURL */ char * -MAH_path_to_url (struct TALER_AUDITOR_Handle *h, - const char *path); +TALER_AUDITOR_path_to_url_ (struct TALER_AUDITOR_Handle *h, + const char *path); /* end of auditor_api_handle.h */ -- cgit v1.2.3