gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 04/11: Hello: Changed signature of method GNUNET_HELLO_builder_


From: gnunet
Subject: [gnunet] 04/11: Hello: Changed signature of method GNUNET_HELLO_builder_get_id
Date: Wed, 18 Oct 2023 15:49:33 +0200

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

t3sserakt pushed a commit to branch master
in repository gnunet.

commit 59ea70ba2acd25d7a1ff287e04e7cffc3b6402dd
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Oct 18 13:38:31 2023 +0200

    Hello: Changed signature of method GNUNET_HELLO_builder_get_id
---
 src/hello/hello-uri.c              | 4 ++--
 src/include/gnunet_hello_uri_lib.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/hello/hello-uri.c b/src/hello/hello-uri.c
index 83d43fa2b..25f8948fe 100644
--- a/src/hello/hello-uri.c
+++ b/src/hello/hello-uri.c
@@ -341,8 +341,8 @@ GNUNET_HELLO_builder_new (const struct GNUNET_PeerIdentity 
*pid)
 }
 
 
-struct GNUNET_PeerIdentity *
-GNUNET_HELLO_builder_get_id (struct GNUNET_HELLO_Builder *builder)
+const struct GNUNET_PeerIdentity *
+GNUNET_HELLO_builder_get_id (const struct GNUNET_HELLO_Builder *builder)
 {
   return &builder->pid;
 }
diff --git a/src/include/gnunet_hello_uri_lib.h 
b/src/include/gnunet_hello_uri_lib.h
index 858b60793..1c804f590 100644
--- a/src/include/gnunet_hello_uri_lib.h
+++ b/src/include/gnunet_hello_uri_lib.h
@@ -72,8 +72,8 @@ GNUNET_HELLO_builder_new (const struct GNUNET_PeerIdentity 
*pid);
 /**
  * Get the PeerIdentity for this builder.
  */
-struct GNUNET_PeerIdentity *
-GNUNET_HELLO_builder_get_id (struct GNUNET_HELLO_Builder *builder);
+const struct GNUNET_PeerIdentity *
+GNUNET_HELLO_builder_get_id (const struct GNUNET_HELLO_Builder *builder);
 
 
 /**

-- 
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]