aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dv_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dv_service.h')
-rw-r--r--src/include/gnunet_dv_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_dv_service.h b/src/include/gnunet_dv_service.h
index aa8d6af61..b97a2629f 100644
--- a/src/include/gnunet_dv_service.h
+++ b/src/include/gnunet_dv_service.h
@@ -47,7 +47,7 @@ typedef void
47(*GNUNET_DV_ConnectCallback)(void *cls, 47(*GNUNET_DV_ConnectCallback)(void *cls,
48 const struct GNUNET_PeerIdentity *peer, 48 const struct GNUNET_PeerIdentity *peer,
49 uint32_t distance, 49 uint32_t distance,
50 enum GNUNET_ATS_Network_Type network); 50 enum GNUNET_NetworkType network);
51 51
52 52
53/** 53/**
@@ -63,7 +63,7 @@ typedef void
63(*GNUNET_DV_DistanceChangedCallback)(void *cls, 63(*GNUNET_DV_DistanceChangedCallback)(void *cls,
64 const struct GNUNET_PeerIdentity *peer, 64 const struct GNUNET_PeerIdentity *peer,
65 uint32_t distance, 65 uint32_t distance,
66 enum GNUNET_ATS_Network_Type network); 66 enum GNUNET_NetworkType network);
67 67
68 68
69/** 69/**