- minor renamings
[oweals/gnunet.git] / src / dv / gnunet-dv.c
index dc17e1a642569ed3867d279c29af2aede80e2e4d..7e2d5b5715a592cd50eb655ef37e8d5020a3f342 100644 (file)
@@ -48,7 +48,8 @@ static int verbose;
 static void
 connect_cb (void *cls,
            const struct GNUNET_PeerIdentity *peer,
-           uint32_t distance, uint32_t network)
+           uint32_t distance,
+            enum GNUNET_ATS_Network_Type network)
 {
   fprintf (stderr, "Connect: %s at %u\n",
           GNUNET_i2s (peer),
@@ -68,7 +69,7 @@ static void
 change_cb (void *cls,
           const struct GNUNET_PeerIdentity *peer,
           uint32_t distance,
-           uint32_t network)
+           enum GNUNET_ATS_Network_Type network)
 {
   fprintf (stderr, "Change: %s at %u\n",
           GNUNET_i2s (peer),