summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_cmd_exec_wirewatch.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-02-14 12:46:01 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-02-14 12:46:01 +0100
commit5b1e17617faf356f0d85e7e6bf2b188483bcf351 (patch)
tree0cc53564805d03d47a7a6368ecc0cd5343333853 /src/exchange-lib/testing_api_cmd_exec_wirewatch.c
parentfe6960cce854cd4c665a27c4368e4397c8e7bcfb (diff)
downloadexchange-5b1e17617faf356f0d85e7e6bf2b188483bcf351.tar.gz
exchange-5b1e17617faf356f0d85e7e6bf2b188483bcf351.tar.bz2
exchange-5b1e17617faf356f0d85e7e6bf2b188483bcf351.zip
offer url trait
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_exec_wirewatch.c')
-rw-r--r--src/exchange-lib/testing_api_cmd_exec_wirewatch.c6
1 files changed, 5 insertions, 1 deletions
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,