gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: - missing header changes


From: gnunet
Subject: [gnunet] branch master updated: - missing header changes
Date: Mon, 15 Mar 2021 10:57:14 +0100

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a5f590136 - missing header changes
a5f590136 is described below

commit a5f59013680a2c30862f399b1638227ecd35c444
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Mon Mar 15 10:55:34 2021 +0100

    - 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]