aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_testing_ng_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index ed96bb447..0bc516614 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -271,14 +271,14 @@ GNUNET_TESTING_cmd_end (void);
271 271
272 272
273/** 273/**
274 * Turn asynchronous command into synchronous command. 274 * Turn synchronous command into asynchronous command.
275 * 275 *
276 * @param cmd command to make synchronous. 276 * @param cmd command to make synchronous.
277 * @return a finish-command. 277 * @return a finish-command.
278 */ 278 */
279// SUGGESTION (NEW!) 279// SUGGESTION (NEW!)
280const struct GNUNET_TESTING_Command 280const struct GNUNET_TESTING_Command
281TALER_TESTING_cmd_make_synchronous (const struct GNUNET_TESTING_Command cmd); 281TALER_TESTING_cmd_make_asynchronous (const struct GNUNET_TESTING_Command cmd);
282 282
283 283
284/** 284/**