From a9ae2171b897dfc9635e9ab72a04d65379bf2208 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Jan 2020 21:57:40 +0100 Subject: reuse TALER_url_join --- src/bank-lib/bank_api_common.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/bank-lib/bank_api_common.h') diff --git a/src/bank-lib/bank_api_common.h b/src/bank-lib/bank_api_common.h index d2d022bd0..de7f7d659 100644 --- a/src/bank-lib/bank_api_common.h +++ b/src/bank-lib/bank_api_common.h @@ -51,16 +51,4 @@ TALER_BANK_setup_auth_ (CURL *easy, const struct TALER_BANK_AuthenticationData *auth); -/** - * Obtain the URL to use for an API request. - * - * @param u base URL of the bank - * @param path Taler API path (i.e. "/history") - * @return the full URL to use with cURL - */ -char * -TALER_BANK_path_to_url_ (const char *u, - const char *path); - - #endif -- cgit v1.2.3