summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-16 14:36:14 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-16 14:36:20 +0200
commit0698835fedac705fa4c56e3692a06f62d3587381 (patch)
tree4c63a332a5124b2d272e72e4dbee5e3246465274 /src/include
parent0a4422f5fa446d600fc34ed4b5c26071c6668c32 (diff)
downloadexchange-0698835fedac705fa4c56e3692a06f62d3587381.tar.gz
exchange-0698835fedac705fa4c56e3692a06f62d3587381.tar.bz2
exchange-0698835fedac705fa4c56e3692a06f62d3587381.zip
introduce TALER_TESTING_cmd_exec_wirewatch2
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 90984b9f1..3cd0b145f 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -944,6 +944,20 @@ TALER_TESTING_cmd_exec_wirewatch (const char *label,
/**
+ * Make a "wirewatch" CMD.
+ *
+ * @param label command label.
+ * @param config_filename configuration filename.
+ * @param account section to run wirewatch against
+ * @return the command.
+ */
+struct TALER_TESTING_Command
+TALER_TESTING_cmd_exec_wirewatch2 (const char *label,
+ const char *config_filename,
+ const char *account_section);
+
+
+/**
* Request URL via "wget".
*
* @param label command label.