aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-10-18 13:38:31 +0200
committert3sserakt <t3ss@posteo.de>2023-10-18 13:38:31 +0200
commit59ea70ba2acd25d7a1ff287e04e7cffc3b6402dd (patch)
treea5d91e4b55a33a8c59572fd990b595f1e18273ba /src/include
parent3e7b01620fe4719811d6b29c4f87730783fe08e8 (diff)
downloadgnunet-59ea70ba2acd25d7a1ff287e04e7cffc3b6402dd.tar.gz
gnunet-59ea70ba2acd25d7a1ff287e04e7cffc3b6402dd.zip
Hello: Changed signature of method GNUNET_HELLO_builder_get_id
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_hello_uri_lib.h4
1 files changed, 2 insertions, 2 deletions
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);
72/** 72/**
73 * Get the PeerIdentity for this builder. 73 * Get the PeerIdentity for this builder.
74 */ 74 */
75struct GNUNET_PeerIdentity * 75const struct GNUNET_PeerIdentity *
76GNUNET_HELLO_builder_get_id (struct GNUNET_HELLO_Builder *builder); 76GNUNET_HELLO_builder_get_id (const struct GNUNET_HELLO_Builder *builder);
77 77
78 78
79/** 79/**