diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 21:57:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 21:57:40 +0100 |
commit | a9ae2171b897dfc9635e9ab72a04d65379bf2208 (patch) | |
tree | 11d67216d1c5594a4048d333b56ac40b4cf0acd1 /src/lib/exchange_api_handle.h | |
parent | dd6bad739a7b7539952af6bebb74bfe3ffa0f9d7 (diff) |
reuse TALER_url_join
Diffstat (limited to 'src/lib/exchange_api_handle.h')
-rw-r--r-- | src/lib/exchange_api_handle.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/exchange_api_handle.h b/src/lib/exchange_api_handle.h index a88cb70de..52b44c8bd 100644 --- a/src/lib/exchange_api_handle.h +++ b/src/lib/exchange_api_handle.h @@ -136,17 +136,4 @@ char * TEAH_path_to_url (struct TALER_EXCHANGE_Handle *h, const char *path); - -/** - * Obtain the URL to use for an API request. - * - * @param base_url base URL of the exchange (i.e. "http://exchange/") - * @param path Taler API path (i.e. "/reserve/withdraw") - * @return the full URL to use with cURL - */ -char * -TEAH_path_to_url2 (const char *base_url, - const char *path); - - /* end of exchange_api_handle.h */ |