diff options
Diffstat (limited to 'src/include/taler_testing_bank_lib.h')
-rw-r--r-- | src/include/taler_testing_bank_lib.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/taler_testing_bank_lib.h b/src/include/taler_testing_bank_lib.h index f72b804cd..72176d445 100644 --- a/src/include/taler_testing_bank_lib.h +++ b/src/include/taler_testing_bank_lib.h | |||
@@ -91,6 +91,16 @@ char * | |||
91 | TALER_TESTING_prepare_bank (const char *config_filename); | 91 | TALER_TESTING_prepare_bank (const char *config_filename); |
92 | 92 | ||
93 | 93 | ||
94 | /** | ||
95 | * Look for substring in a programs' name. | ||
96 | * | ||
97 | * @param prog program's name to look into | ||
98 | * @param marker chunk to find in @a prog | ||
99 | */ | ||
100 | int | ||
101 | TALER_TESTING_has_in_name (const char *prog, | ||
102 | const char *marker); | ||
103 | |||
94 | /* ************** Specific interpreter commands ************ */ | 104 | /* ************** Specific interpreter commands ************ */ |
95 | 105 | ||
96 | /** | 106 | /** |