naming
[oweals/gnunet.git] / src / dht / gnunet-dht-get.c
index 1e75a742a14ac09c9ec91497b865a504976b5229..8720e76aa84e7fa02a631e56348e0ee987def47d 100644 (file)
@@ -24,7 +24,7 @@
  * @author Nathan Evans
  */
 #include "platform.h"
-#include "gnunet_dht_service_new.h"
+#include "gnunet_dht_service.h"
 
 /**
  * The type of the query
@@ -61,7 +61,6 @@ static int verbose;
  */
 static struct GNUNET_DHT_Handle *dht_handle;
 
-
 /**
  * Global handle of the configuration
  */
@@ -121,7 +120,7 @@ cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
  * @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 *get_path,