aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello-uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/hello-uri.c')
-rw-r--r--src/hello/hello-uri.c4
1 files changed, 2 insertions, 2 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)
341} 341}
342 342
343 343
344struct GNUNET_PeerIdentity * 344const struct GNUNET_PeerIdentity *
345GNUNET_HELLO_builder_get_id (struct GNUNET_HELLO_Builder *builder) 345GNUNET_HELLO_builder_get_id (const struct GNUNET_HELLO_Builder *builder)
346{ 346{
347 return &builder->pid; 347 return &builder->pid;
348} 348}