gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15515 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r15515 - gnunet/src/dv
Date: Fri, 10 Jun 2011 12:01:03 +0200

Author: grothoff
Date: 2011-06-10 12:01:03 +0200 (Fri, 10 Jun 2011)
New Revision: 15515

Modified:
   gnunet/src/dv/test_transport_api_dv.c
Log:
static

Modified: gnunet/src/dv/test_transport_api_dv.c
===================================================================
--- gnunet/src/dv/test_transport_api_dv.c       2011-06-10 09:56:29 UTC (rev 
15514)
+++ gnunet/src/dv/test_transport_api_dv.c       2011-06-10 10:01:03 UTC (rev 
15515)
@@ -737,7 +737,7 @@
   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 @@
  * @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)
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]