aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_vpn_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-07 21:45:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-07 21:45:43 +0000
commit0f617a81c282e9897b8695612e57ca6cc70f60b7 (patch)
tree88f675e02789c5d8c9b08bd4b3982a28f20abd18 /src/include/gnunet_vpn_service.h
parent63170c18741d127640a62148a0788a99c097a652 (diff)
downloadgnunet-0f617a81c282e9897b8695612e57ca6cc70f60b7.tar.gz
gnunet-0f617a81c282e9897b8695612e57ca6cc70f60b7.zip
-finishing first implementation of VPN client library
Diffstat (limited to 'src/include/gnunet_vpn_service.h')
-rw-r--r--src/include/gnunet_vpn_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_vpn_service.h b/src/include/gnunet_vpn_service.h
index 76befaae0..ecf6cf5f0 100644
--- a/src/include/gnunet_vpn_service.h
+++ b/src/include/gnunet_vpn_service.h
@@ -93,7 +93,7 @@ GNUNET_VPN_cancel_request (struct GNUNET_VPN_RedirectionRequest *rr);
93 * anyway) 93 * anyway)
94 */ 94 */
95struct GNUNET_VPN_RedirectionRequest * 95struct GNUNET_VPN_RedirectionRequest *
96GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *rh, 96GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *vh,
97 int result_af, 97 int result_af,
98 uint8_t protocol, 98 uint8_t protocol,
99 const struct GNUNET_PeerIdentity *peer, 99 const struct GNUNET_PeerIdentity *peer,
@@ -131,7 +131,7 @@ GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *rh,
131 * anyway) 131 * anyway)
132 */ 132 */
133struct GNUNET_VPN_RedirectionRequest * 133struct GNUNET_VPN_RedirectionRequest *
134GNUNET_VPN_redirect_to_ip (struct GNUNET_VPN_Handle *rh, 134GNUNET_VPN_redirect_to_ip (struct GNUNET_VPN_Handle *vh,
135 int result_af, 135 int result_af,
136 int addr_af, 136 int addr_af,
137 const void *addr, 137 const void *addr,