summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 03:50:54 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 03:50:54 +0100
commit08a447985c598561555a00e15b83f84ece79ceb8 (patch)
treef43b1d1fe9a8074174a6bd991611ffe3d5f8c73c /src/include/taler_testing_lib.h
parent572f35066075efef81c17eca9bd8b6696dc02dea (diff)
downloadexchange-08a447985c598561555a00e15b83f84ece79ceb8.tar.gz
exchange-08a447985c598561555a00e15b83f84ece79ceb8.tar.bz2
exchange-08a447985c598561555a00e15b83f84ece79ceb8.zip
small steps towards removing hard-coded exchange account
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 5ed625eb5..2631d581e 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -801,6 +801,7 @@ TALER_TESTING_run_fakebank (const char *bank_url);
*/
int
TALER_TESTING_prepare_bank (const char *config_filename,
+ const char *config_section,
struct TALER_TESTING_BankConfiguration *bc);