aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_fakebank_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-16 13:34:33 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-16 13:34:33 +0200
commitab7266fc1c50ec9807f5d7278f0458efa19b24f8 (patch)
treeaa5dfb87d07197ef6689f3703cceeae0a541b539 /src/include/taler_fakebank_lib.h
parentdfc3d89c5a7332b2a738a20123f10a7f1855a218 (diff)
downloadexchange-ab7266fc1c50ec9807f5d7278f0458efa19b24f8.tar.xz
-implement exchange URL suggestion
Diffstat (limited to 'src/include/taler_fakebank_lib.h')
-rw-r--r--src/include/taler_fakebank_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h
index a4b182e58..54af1545b 100644
--- a/src/include/taler_fakebank_lib.h
+++ b/src/include/taler_fakebank_lib.h
@@ -87,6 +87,7 @@ TALER_FAKEBANK_start2 (uint16_t port,
*
* @param hostname hostname to use in URLs and URIs.
* @param port port to listen to
+ * @param exchange_url suggested exchange base URL
* @param currency which currency should the bank offer
* @param ram_limit how much memory do we use at most
* @param num_threads size of the thread pool, 0 to use the GNUnet scheduler
@@ -95,6 +96,7 @@ TALER_FAKEBANK_start2 (uint16_t port,
struct TALER_FAKEBANK_Handle *
TALER_FAKEBANK_start3 (const char *hostname,
uint16_t port,
+ const char *exchange_url,
const char *currency,
uint64_t ram_limit,
unsigned int num_threads);