aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_trait_cmd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-04 12:15:43 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-04 12:15:43 +0200
commitf146e80752e73247acb9d6c7463188a82d26a774 (patch)
tree13ed03d817ce04daa133507778ac6a1b71bf147f /src/testing/testing_api_trait_cmd.c
parent7ecc3a03a0670a1620c603502c9958b95e6dc1d0 (diff)
downloadgnunet-f146e80752e73247acb9d6c7463188a82d26a774.tar.gz
gnunet-f146e80752e73247acb9d6c7463188a82d26a774.zip
-taking a first stab at cleaning up the testing mess
Diffstat (limited to 'src/testing/testing_api_trait_cmd.c')
-rw-r--r--src/testing/testing_api_trait_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_trait_cmd.c b/src/testing/testing_api_trait_cmd.c
index 886baee5b..7afa8b264 100644
--- a/src/testing/testing_api_trait_cmd.c
+++ b/src/testing/testing_api_trait_cmd.c
@@ -41,7 +41,7 @@
41 * @param[out] _cmd where to write the wire details. 41 * @param[out] _cmd where to write the wire details.
42 * @return #GNUNET_OK on success. 42 * @return #GNUNET_OK on success.
43 */ 43 */
44int 44enum GNUNET_GenericReturnValue
45GNUNET_TESTING_get_trait_cmd (const struct GNUNET_TESTING_Command *cmd, 45GNUNET_TESTING_get_trait_cmd (const struct GNUNET_TESTING_Command *cmd,
46 unsigned int index, 46 unsigned int index,
47 struct GNUNET_TESTING_Command **_cmd) 47 struct GNUNET_TESTING_Command **_cmd)