From b089b3c07cb9a38f18e58225d93e1335f24ced17 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Wed, 6 May 2020 11:55:04 +0200 Subject: introduce have_rest; fix warnings --- src/include/gnunet_identity_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h index af5beb5f7..81af671e2 100644 --- a/src/include/gnunet_identity_service.h +++ b/src/include/gnunet_identity_service.h @@ -300,7 +300,7 @@ GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op); */ typedef void (*GNUNET_IDENTITY_EgoCallback) (void *cls, - const struct GNUNET_IDENTITY_Ego *ego); + struct GNUNET_IDENTITY_Ego *ego); /** * Handle for ego lookup. -- cgit v1.2.3