diff options
author | t3sserakt <t3ss@posteo.de> | 2021-03-15 10:55:34 +0100 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2021-03-15 10:55:34 +0100 |
commit | a5f59013680a2c30862f399b1638227ecd35c444 (patch) | |
tree | 348ef1d1a410532ec1540bb91ca7ffc0ca65310d | |
parent | a550f7863bff0792c8972609869d409b77efc1dd (diff) |
- missing header changes
-rw-r--r-- | src/include/gnunet_testing_ng_lib.h | 8 |
1 files 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 |