diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-10 10:01:03 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-10 10:01:03 +0000 |
commit | e3d15138175145dc2da1a485e9d5d1ecba38e193 (patch) | |
tree | 9baa44986b37c7d0970d02710507c8a9a8d297bc /src/dv | |
parent | cae7b9918ae5d01164fae0de26bea77376a97c26 (diff) |
static
git-svn-id: https://gnunet.org/svn/gnunet@15515 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/dv')
-rw-r--r-- | src/dv/test_transport_api_dv.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/dv/test_transport_api_dv.c b/src/dv/test_transport_api_dv.c index 39dd08877d..786376eb78 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) { |