From 5b1e17617faf356f0d85e7e6bf2b188483bcf351 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 14 Feb 2018 12:46:01 +0100 Subject: offer url trait --- src/exchange-lib/testing_api_cmd_exec_wirewatch.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/exchange-lib/testing_api_cmd_exec_wirewatch.c') diff --git a/src/exchange-lib/testing_api_cmd_exec_wirewatch.c b/src/exchange-lib/testing_api_cmd_exec_wirewatch.c index 107ac55a7..1ff466f56 100644 --- a/src/exchange-lib/testing_api_cmd_exec_wirewatch.c +++ b/src/exchange-lib/testing_api_cmd_exec_wirewatch.c @@ -89,7 +89,7 @@ wirewatch_run (void *cls, */ static void wirewatch_cleanup (void *cls, - const struct TALER_TESTING_Command *cmd) + const struct TALER_TESTING_Command *cmd) { struct WirewatchState *ws = cls; @@ -141,6 +141,10 @@ wirewatch_traits (void *cls, /** * Execute taler-exchange-wirewatch process. * + * @param label command label + * @param config_filename configuration filename + * + * @return the command */ struct TALER_TESTING_Command TALER_TESTING_cmd_exec_wirewatch (const char *label, -- cgit v1.2.3