diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-04 21:59:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-04 21:59:43 +0100 |
commit | 42bc31744b9810509aef344c54bfee2f4e2a7ccb (patch) | |
tree | 92ece6674b23f5e985755992a2ddb840cdd2de7f /src/include/taler_fakebank_lib.h | |
parent | e6d6987e5685b35f6c3137f59894a02a63d09766 (diff) |
implement /config in fakebank and taler_bank_lib.h (#6066)
Diffstat (limited to 'src/include/taler_fakebank_lib.h')
-rw-r--r-- | src/include/taler_fakebank_lib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index 9324bdce1..8601a8d8d 100644 --- a/src/include/taler_fakebank_lib.h +++ b/src/include/taler_fakebank_lib.h @@ -44,10 +44,12 @@ struct TALER_FAKEBANK_Handle; * would have issued the correct wire transfer orders. * * @param port port to listen to + * @param currency which currency should the bank offer * @return NULL on error */ struct TALER_FAKEBANK_Handle * -TALER_FAKEBANK_start (uint16_t port); +TALER_FAKEBANK_start (uint16_t port, + const char *currency); /** |