summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_batch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_cmd_batch.c')
-rw-r--r--src/lib/testing_api_cmd_batch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_batch.c b/src/lib/testing_api_cmd_batch.c
index f5fbc8117..84bd51b69 100644
--- a/src/lib/testing_api_cmd_batch.c
+++ b/src/lib/testing_api_cmd_batch.c
@@ -136,6 +136,7 @@ batch_traits (void *cls,
index);
}
+
/**
* Create a "batch" command. Such command takes a
* end_CMD-terminated array of CMDs and executed them.
@@ -179,6 +180,7 @@ TALER_TESTING_cmd_batch (const char *label,
return cmd;
}
+
/**
* Advance internal pointer to next command.
*
@@ -200,7 +202,6 @@ TALER_TESTING_cmd_batch_next
}
-
/**
* Test if this command is a batch command.
*