-fixing compiler warnings
authorChristian Grothoff <christian@grothoff.org>
Tue, 1 May 2012 18:28:18 +0000 (18:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 1 May 2012 18:28:18 +0000 (18:28 +0000)
src/gns/test_gns_pseu_shorten.c

index c990235fbc718775924ee196cae3eec287e67f73..69301a8ebb16f034775a5a784d1b4665b5b5a7f3 100644 (file)
@@ -259,7 +259,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 }
 
 static void
-put_pseu_dht(void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+put_pseu_dht(void *cls, int success)
 {
   struct GNSNameRecordBlock *nrb;
   struct GNUNET_CRYPTO_ShortHashCode name_hash;
@@ -337,7 +337,7 @@ put_pseu_dht(void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 }
 
 static void
-put_www_dht(void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+put_www_dht(void *cls, int success)
 {
   struct GNSNameRecordBlock *nrb;
   struct GNUNET_CRYPTO_ShortHashCode name_hash;