const
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Sep 2011 13:57:09 +0000 (13:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Sep 2011 13:57:09 +0000 (13:57 +0000)
src/include/gnunet_testing_lib.h

index 39bc9d16168c56f32e6bc5f217776deda79df003..e3e10ce45fd8b1474707f395b1b8328a8610a99d 100644 (file)
@@ -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);
 
 
 /**