From: Christian Grothoff Date: Thu, 29 Sep 2011 13:57:09 +0000 (+0000) Subject: const X-Git-Tag: initial-import-from-subversion-38251~16883 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71468d051813e299453588e5856d720bc7726d5a;p=oweals%2Fgnunet.git const --- diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 39bc9d161..e3e10ce45 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -591,7 +591,7 @@ GNUNET_TESTING_daemon_get (struct GNUNET_TESTING_PeerGroup *pg, */ struct GNUNET_TESTING_Daemon * GNUNET_TESTING_daemon_get_by_id (struct GNUNET_TESTING_PeerGroup *pg, - struct GNUNET_PeerIdentity *peer_id); + const struct GNUNET_PeerIdentity *peer_id); /**