aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-service-dns.c')
-rw-r--r--src/vpn/gnunet-service-dns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/gnunet-service-dns.c b/src/vpn/gnunet-service-dns.c
index cb018746c..e0692937b 100644
--- a/src/vpn/gnunet-service-dns.c
+++ b/src/vpn/gnunet-service-dns.c
@@ -324,7 +324,7 @@ mesh_send (void *cls, size_t size, void *buf)
324 324
325void 325void
326mesh_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 326mesh_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
327 const struct GNUNET_TRANSPORT_ATS_Information *atsi 327 const struct GNUNET_ATS_Information *atsi
328 __attribute__ ((unused))) 328 __attribute__ ((unused)))
329{ 329{
330 if (NULL == peer) 330 if (NULL == peer)
@@ -394,7 +394,7 @@ receive_mesh_query (void *cls
394 const struct GNUNET_PeerIdentity *sender 394 const struct GNUNET_PeerIdentity *sender
395 __attribute__ ((unused)), 395 __attribute__ ((unused)),
396 const struct GNUNET_MessageHeader *message, 396 const struct GNUNET_MessageHeader *message,
397 const struct GNUNET_TRANSPORT_ATS_Information *atsi 397 const struct GNUNET_ATS_Information *atsi
398 __attribute__ ((unused))) 398 __attribute__ ((unused)))
399{ 399{
400 struct dns_pkt *dns = (struct dns_pkt *) (message + 1); 400 struct dns_pkt *dns = (struct dns_pkt *) (message + 1);
@@ -428,7 +428,7 @@ receive_mesh_answer (void *cls
428 __attribute__ ((unused)), 428 __attribute__ ((unused)),
429 const struct GNUNET_PeerIdentity *sender, 429 const struct GNUNET_PeerIdentity *sender,
430 const struct GNUNET_MessageHeader *message, 430 const struct GNUNET_MessageHeader *message,
431 const struct GNUNET_TRANSPORT_ATS_Information *atsi 431 const struct GNUNET_ATS_Information *atsi
432 __attribute__ ((unused))) 432 __attribute__ ((unused)))
433{ 433{
434 /* TODo: size check */ 434 /* TODo: size check */