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/lib/auditor_api_handle.h | 12 ------------ 1 file changed, 12 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 eac007c45..8c6d83bc3 100644 --- a/src/lib/auditor_api_handle.h +++ b/src/lib/auditor_api_handle.h @@ -56,16 +56,4 @@ MAH_path_to_url (struct TALER_AUDITOR_Handle *h, const char *path); -/** - * Obtain the URL to use for an API request. - * - * @param base_url base URL of the auditor (i.e. "http://auditor/") - * @param path Taler API path (i.e. "/deposit-confirmation") - * @return the full URL to use with cURL - */ -char * -MAH_path_to_url2 (const char *base_url, - const char *path); - - /* end of auditor_api_handle.h */ -- cgit v1.2.3