-more datacache integration work
[oweals/gnunet.git] / src / testbed / testbed_api.c
index 8ca4e804fe37e2a600dac11cf8ad5cd957d94949..7314c3bdaac7a8d70e894405ccc5648f17772679 100644 (file)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-      (C) 2008--2013 Christian Grothoff (and other contributing authors)
+      Copyright (C) 2008--2013 Christian Grothoff (and other contributing authors)
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
@@ -2165,7 +2165,7 @@ GNUNET_TESTBED_shutdown_peers (struct GNUNET_TESTBED_Controller *c,
  * @return The peer's unique ID.
  */
 uint32_t
-GNUNET_TESTBED_get_index (struct GNUNET_TESTBED_Peer *peer)
+GNUNET_TESTBED_get_index (const struct GNUNET_TESTBED_Peer *peer)
 {
   return peer->unique_id;
 }