From a5f59013680a2c30862f399b1638227ecd35c444 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Mon, 15 Mar 2021 10:55:34 +0100 Subject: - missing header changes --- src/include/gnunet_testing_ng_lib.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h index 0cc768d19..c510ca334 100644 --- a/src/include/gnunet_testing_ng_lib.h +++ b/src/include/gnunet_testing_ng_lib.h @@ -181,13 +181,11 @@ struct GNUNET_TESTING_Command /** * Lookup command by label. * - * @param is interpreter state. * @param label label of the command to lookup. * @return the command, if it is found, or NULL. */ const struct GNUNET_TESTING_Command * GNUNET_TESTING_interpreter_lookup_command ( - struct GNUNET_TESTING_Interpreter *is, const char *label); @@ -759,6 +757,7 @@ GNUNET_TESTING_cmd_hello_world_birth (const char *label, */ struct GNUNET_TESTING_Command GNUNET_TESTING_cmd_hello_world (const char *label, + const char *birthLabel, char *message); /** @@ -771,8 +770,7 @@ GNUNET_TESTING_cmd_hello_world (const char *label, * @return #GNUNET_OK on success. */ int -GNUNET_TESTING_get_trait_what_am_i (const struct - GNUNET_TESTING_Command *cmd, - char *what_am_i); +GNUNET_TESTING_get_trait_what_am_i (const struct GNUNET_TESTING_Command *cmd, + char **what_am_i); #endif -- cgit v1.2.3