aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_uri.c')
-rw-r--r--src/gnunet_chat_uri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnunet_chat_uri.c b/src/gnunet_chat_uri.c
index cc29756..f92b698 100644
--- a/src/gnunet_chat_uri.c
+++ b/src/gnunet_chat_uri.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2022 GNUnet e.V. 3 Copyright (C) 2022--2023 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -25,7 +25,7 @@
25#include "gnunet_chat_uri.h" 25#include "gnunet_chat_uri.h"
26 26
27struct GNUNET_CHAT_Uri* 27struct GNUNET_CHAT_Uri*
28uri_create (const struct GNUNET_IDENTITY_PublicKey *zone, 28uri_create (const struct GNUNET_CRYPTO_PublicKey *zone,
29 const char *label) 29 const char *label)
30{ 30{
31 GNUNET_assert((zone) && (label)); 31 GNUNET_assert((zone) && (label));