aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-29 13:57:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-29 13:57:09 +0000
commit71468d051813e299453588e5856d720bc7726d5a (patch)
treecc9d1fe5630cb02dd04b35837fb6e960e2fb0b43 /src/include/gnunet_testing_lib.h
parent2dff034218b2622e198871866812b4101d7a2c15 (diff)
downloadgnunet-71468d051813e299453588e5856d720bc7726d5a.tar.gz
gnunet-71468d051813e299453588e5856d720bc7726d5a.zip
const
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h2
1 files changed, 1 insertions, 1 deletions
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,
591 */ 591 */
592struct GNUNET_TESTING_Daemon * 592struct GNUNET_TESTING_Daemon *
593GNUNET_TESTING_daemon_get_by_id (struct GNUNET_TESTING_PeerGroup *pg, 593GNUNET_TESTING_daemon_get_by_id (struct GNUNET_TESTING_PeerGroup *pg,
594 struct GNUNET_PeerIdentity *peer_id); 594 const struct GNUNET_PeerIdentity *peer_id);
595 595
596 596
597/** 597/**