From: Christian Grothoff Date: Fri, 10 Jun 2011 10:01:03 +0000 (+0000) Subject: static X-Git-Tag: initial-import-from-subversion-38251~18274 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=50db5b1ed22a085875c946f54f57d9fcd45ee5cd;p=oweals%2Fgnunet.git static --- diff --git a/src/dv/test_transport_api_dv.c b/src/dv/test_transport_api_dv.c index 39dd08877..786376eb7 100644 --- a/src/dv/test_transport_api_dv.c +++ b/src/dv/test_transport_api_dv.c @@ -737,7 +737,7 @@ send_other_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc) die_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 250), &end_badly, "from send_other_messages"); } -void +static void topology_callback (void *cls, const struct GNUNET_PeerIdentity *first, const struct GNUNET_PeerIdentity *second, @@ -1000,10 +1000,11 @@ peers_started_callback (void *cls, * @param d the daemon handle (pretty useless at this point, remove?) * @param emsg non-null on failure */ -void hostkey_callback (void *cls, - const struct GNUNET_PeerIdentity *id, - struct GNUNET_TESTING_Daemon *d, - const char *emsg) +static void +hostkey_callback (void *cls, + const struct GNUNET_PeerIdentity *id, + struct GNUNET_TESTING_Daemon *d, + const char *emsg) { if (emsg != NULL) {