aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-18 20:47:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-18 20:47:51 +0000
commit83fc4b5ec139300250383fc3c6577b9333a309c6 (patch)
tree2f5ea9b335e77f36a007c72170f5ff7aa546f83d /src/include
parent7558e4b478bd48158bff9d211837ad81314543a0 (diff)
downloadgnunet-83fc4b5ec139300250383fc3c6577b9333a309c6.tar.gz
gnunet-83fc4b5ec139300250383fc3c6577b9333a309c6.zip
-implementing handling of VPN records in new GNS
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_namestore_service.h1
-rw-r--r--src/include/gnunet_tun_lib.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 853352109..75e9224ef 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -1,3 +1,4 @@
1
1/* 2/*
2 This file is part of GNUnet 3 This file is part of GNUnet
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 4 (C) 2012, 2013 Christian Grothoff (and other contributing authors)
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index 683910d93..e0725a75c 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -578,7 +578,7 @@ struct GNUNET_TUN_GnsVpnRecord
578 /** 578 /**
579 * The peer to contact 579 * The peer to contact
580 */ 580 */
581 struct GNUNET_HashCode peer; 581 struct GNUNET_PeerIdentity peer;
582 582
583 /** 583 /**
584 * The protocol to use 584 * The protocol to use