gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16901 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r16901 - gnunet/src/dht
Date: Fri, 16 Sep 2011 20:08:00 +0200

Author: grothoff
Date: 2011-09-16 20:08:00 +0200 (Fri, 16 Sep 2011)
New Revision: 16901

Modified:
   gnunet/src/dht/test_dht_multipeer.c
Log:
static

Modified: gnunet/src/dht/test_dht_multipeer.c
===================================================================
--- gnunet/src/dht/test_dht_multipeer.c 2011-09-16 17:53:31 UTC (rev 16900)
+++ gnunet/src/dht/test_dht_multipeer.c 2011-09-16 18:08:00 UTC (rev 16901)
@@ -232,7 +232,7 @@
 /**
  * Check whether peers successfully shut down.
  */
-void
+static void
 shutdown_callback (void *cls, const char *emsg)
 {
   if (emsg != NULL)
@@ -394,7 +394,7 @@
  * @param size number of bytes in data
  * @param data pointer to the result data
  */
-void
+static void
 get_result_iterator (void *cls, struct GNUNET_TIME_Absolute exp,
                      const GNUNET_HashCode * key,
                      const struct GNUNET_PeerIdentity *const *get_path,
@@ -982,4 +982,4 @@
   return ret;
 }
 
-/* end of test_dht_twopeer_put_get.c */
+/* end of test_dht_multipeer.c */




reply via email to

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