diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_bank_lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_testing_bank_lib.h b/src/include/taler_testing_bank_lib.h index 87187a733..1461d7acc 100644 --- a/src/include/taler_testing_bank_lib.h +++ b/src/include/taler_testing_bank_lib.h @@ -62,7 +62,8 @@ * be started. */ struct GNUNET_OS_Process * -TALER_TESTING_run_bank (const char *config_filename); +TALER_TESTING_run_bank (const char *config_filename, + const char *bank_url); /** * Prepare the bank execution. Check if the port is available |