doxy
[oweals/gnunet.git] / src / include / gnunet_vpn_service.h
index 76befaae02235e98c2e96049bc6e8d421e7d1031..77944c9c04f7a3b64ce01beec1d5a28bd57a53e6 100644 (file)
@@ -93,11 +93,11 @@ GNUNET_VPN_cancel_request (struct GNUNET_VPN_RedirectionRequest *rr);
  *         anyway)
  */
 struct GNUNET_VPN_RedirectionRequest *
-GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *rh,                
+GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *vh,
                             int result_af,
                             uint8_t protocol,
                             const struct GNUNET_PeerIdentity *peer,
-                            const GNUNET_HashCode *serv,
+                            const struct GNUNET_HashCode *serv,
                             int nac,
                             struct GNUNET_TIME_Absolute expiration_time,
                             GNUNET_VPN_AllocationCallback cb,
@@ -131,7 +131,7 @@ GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *rh,
  *         anyway)
  */
 struct GNUNET_VPN_RedirectionRequest *
-GNUNET_VPN_redirect_to_ip (struct GNUNET_VPN_Handle *rh,                  
+GNUNET_VPN_redirect_to_ip (struct GNUNET_VPN_Handle *vh, 
                           int result_af,
                           int addr_af,
                           const void *addr,