aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_ng_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_ng_lib.h')
-rw-r--r--src/include/gnunet_testing_ng_lib.h8
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
181/** 181/**
182 * Lookup command by label. 182 * Lookup command by label.
183 * 183 *
184 * @param is interpreter state.
185 * @param label label of the command to lookup. 184 * @param label label of the command to lookup.
186 * @return the command, if it is found, or NULL. 185 * @return the command, if it is found, or NULL.
187 */ 186 */
188const struct GNUNET_TESTING_Command * 187const struct GNUNET_TESTING_Command *
189GNUNET_TESTING_interpreter_lookup_command ( 188GNUNET_TESTING_interpreter_lookup_command (
190 struct GNUNET_TESTING_Interpreter *is,
191 const char *label); 189 const char *label);
192 190
193 191
@@ -759,6 +757,7 @@ GNUNET_TESTING_cmd_hello_world_birth (const char *label,
759 */ 757 */
760struct GNUNET_TESTING_Command 758struct GNUNET_TESTING_Command
761GNUNET_TESTING_cmd_hello_world (const char *label, 759GNUNET_TESTING_cmd_hello_world (const char *label,
760 const char *birthLabel,
762 char *message); 761 char *message);
763 762
764/** 763/**
@@ -771,8 +770,7 @@ GNUNET_TESTING_cmd_hello_world (const char *label,
771 * @return #GNUNET_OK on success. 770 * @return #GNUNET_OK on success.
772 */ 771 */
773int 772int
774GNUNET_TESTING_get_trait_what_am_i (const struct 773GNUNET_TESTING_get_trait_what_am_i (const struct GNUNET_TESTING_Command *cmd,
775 GNUNET_TESTING_Command *cmd, 774 char **what_am_i);
776 char *what_am_i);
777 775
778#endif 776#endif