libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 71f177971acee8fa720987d5743f0b2f4a5062ab
parent 5e1cb4d5e87dfdc6d58949fabb03e70f5e60fb7f
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Thu, 23 Nov 2023 21:47:33 +0100

Make read-only parameter const

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msrc/gnunet_chat_handle_intern.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnunet_chat_handle_intern.c b/src/gnunet_chat_handle_intern.c @@ -236,7 +236,7 @@ notify_handle_fs_progress(void* cls, void on_handle_gnunet_identity(void *cls, struct GNUNET_IDENTITY_Ego *ego, - void **ctx, + const void **ctx, const char *name) { struct GNUNET_CHAT_Handle* handle = cls;