aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-09 14:06:20 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-09 14:06:20 +0900
commit5357758fd97902f748bd3eb500d71c4ca0956065 (patch)
tree829f686992bab1714cee1940d2bb135e25ac6f8f /src/testing
parent4f46e2f2e72a07871b14c0a9aed70438616c4dd5 (diff)
downloadgnunet-5357758fd97902f748bd3eb500d71c4ca0956065.tar.gz
gnunet-5357758fd97902f748bd3eb500d71c4ca0956065.zip
TESTING: Various notes on API
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index f133956cf..567d343cf 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -378,7 +378,7 @@ GNUNET_TESTING_interpreter_fail (struct GNUNET_TESTING_Interpreter *is)
378 * to access information about other commands. 378 * to access information about other commands.
379 * @return The actual running command. 379 * @return The actual running command.
380 */ 380 */
381struct GNUNET_TESTING_Command * 381const struct GNUNET_TESTING_Command *
382GNUNET_TESTING_interpreter_get_current_command ( 382GNUNET_TESTING_interpreter_get_current_command (
383 struct GNUNET_TESTING_Interpreter *is) 383 struct GNUNET_TESTING_Interpreter *is)
384{ 384{