aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_testing_bank_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_testing_bank_lib.h')
-rw-r--r--src/include/taler_testing_bank_lib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_testing_bank_lib.h b/src/include/taler_testing_bank_lib.h
index 9948a7f2d..f72b804cd 100644
--- a/src/include/taler_testing_bank_lib.h
+++ b/src/include/taler_testing_bank_lib.h
@@ -68,6 +68,17 @@ TALER_TESTING_run_bank (const char *config_filename,
68 const char *bank_url); 68 const char *bank_url);
69 69
70/** 70/**
71 * Runs the Fakebank by guessing / extracting the portnumber
72 * from the base URL.
73 *
74 * @param bank_url bank's base URL.
75 * @return the fakebank process handle, or NULL if any
76 * error occurs.
77 */
78struct TALER_FAKEBANK_Handle *
79TALER_TESTING_run_fakebank (const char *bank_url);
80
81/**
71 * Prepare the bank execution. Check if the port is available 82 * Prepare the bank execution. Check if the port is available
72 * and reset database. 83 * and reset database.
73 * 84 *