aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
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/testing/testing_api_loop.c
parent42cda6099b5957ab28f19a7b793a5428c96faeb8 (diff)
downloadgnunet-8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536.tar.gz
gnunet-8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536.zip
-DOC: Documentation cleanup pass through TESTING libraries
Diffstat (limited to 'src/testing/testing_api_loop.c')
-rw-r--r--src/testing/testing_api_loop.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index 283284f26..90713e45e 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -429,12 +429,6 @@ do_timeout (void *cls)
429} 429}
430 430
431 431
432/**
433 * Check if the command is running.
434 *
435 * @param cmd The command to check.
436 * @return GNUNET_NO if the command is not running, GNUNET_YES if it is running.
437 */
438enum GNUNET_GenericReturnValue 432enum GNUNET_GenericReturnValue
439GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command) 433GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command)
440{ 434{
@@ -443,12 +437,6 @@ GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command)
443} 437}
444 438
445 439
446/**
447 * Check if a command is finished.
448 *
449 * @param cmd The command to check.
450 * @return GNUNET_NO if the command is not finished, GNUNET_YES if it is finished.
451 */
452enum GNUNET_GenericReturnValue 440enum GNUNET_GenericReturnValue
453GNUNET_TESTING_finished (struct GNUNET_TESTING_Command *command) 441GNUNET_TESTING_finished (struct GNUNET_TESTING_Command *command)
454{ 442{