summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-09 23:20:18 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-09 23:47:00 +0200
commit447d1d78ad88566577961fc9befc3d2c1888675c (patch)
tree2379abd2a39e4f0322fcb8831b02ae8f0455019e /src/include
parentcb6aab590b93e619fd5ca1fd18f3dd1fcefd5696 (diff)
downloadexchange-447d1d78ad88566577961fc9befc3d2c1888675c.tar.gz
exchange-447d1d78ad88566577961fc9befc3d2c1888675c.tar.bz2
exchange-447d1d78ad88566577961fc9befc3d2c1888675c.zip
Importing the "has_in_name" logic from MHD.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_bank_lib.h10
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 *
TALER_TESTING_prepare_bank (const char *config_filename);
+/**
+ * Look for substring in a programs' name.
+ *
+ * @param prog program's name to look into
+ * @param marker chunk to find in @a prog
+ */
+int
+TALER_TESTING_has_in_name (const char *prog,
+ const char *marker);
+
/* ************** Specific interpreter commands ************ */
/**