summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_context.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-29 14:24:18 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-29 14:24:18 +0100
commitae45b7ac9579cc9fcb9c3008162e07b694eb52f8 (patch)
tree9c0ba6d45acfe6c4461d742346f6778f74f94240 /src/bank-lib/bank_api_context.c
parent67bc16d9ebb8d68851c34e18155b6648bce2c06a (diff)
downloadexchange-ae45b7ac9579cc9fcb9c3008162e07b694eb52f8.tar.gz
exchange-ae45b7ac9579cc9fcb9c3008162e07b694eb52f8.tar.bz2
exchange-ae45b7ac9579cc9fcb9c3008162e07b694eb52f8.zip
fix testcase
Diffstat (limited to 'src/bank-lib/bank_api_context.c')
-rw-r--r--src/bank-lib/bank_api_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/bank_api_context.c b/src/bank-lib/bank_api_context.c
index f54e9e703..a47b4072a 100644
--- a/src/bank-lib/bank_api_context.c
+++ b/src/bank-lib/bank_api_context.c
@@ -395,7 +395,7 @@ TALER_BANK_fini (struct TALER_BANK_Context *ctx)
* @return the full URI to use with cURL
*/
char *
-MAH_path_to_url (struct TALER_BANK_Context *h,
+BAC_path_to_url (struct TALER_BANK_Context *h,
const char *path)
{
char *url;