aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_ng_lib.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:23:59 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:58 +0100
commit8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536 (patch)
tree234bdd8335be87056f60bc6c58191fdfbc0fe4ee /src/include/gnunet_testing_ng_lib.h
parent42cda6099b5957ab28f19a7b793a5428c96faeb8 (diff)
downloadgnunet-8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536.tar.gz
gnunet-8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536.zip
-DOC: Documentation cleanup pass through TESTING libraries
Diffstat (limited to 'src/include/gnunet_testing_ng_lib.h')
-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 1bc66e59d..d810a5342 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -415,7 +415,7 @@ GNUNET_TESTING_interpreter_get_current_command (
415/** 415/**
416 * Check if the command is running. 416 * Check if the command is running.
417 * 417 *
418 * @param cmd The command to check. 418 * @param command The command to check.
419 * @return GNUNET_NO if the command is not running, GNUNET_YES if it is running. 419 * @return GNUNET_NO if the command is not running, GNUNET_YES if it is running.
420 */ 420 */
421enum GNUNET_GenericReturnValue 421enum GNUNET_GenericReturnValue
@@ -425,7 +425,7 @@ GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command);
425/** 425/**
426 * Check if a command is finished. 426 * Check if a command is finished.
427 * 427 *
428 * @param cmd The command to check. 428 * @param command The command to check.
429 * @return GNUNET_NO if the command is not finished, GNUNET_YES if it is finished. 429 * @return GNUNET_NO if the command is not finished, GNUNET_YES if it is finished.
430 */ 430 */
431enum GNUNET_GenericReturnValue 431enum GNUNET_GenericReturnValue