HKDF (does not work yet)
[oweals/gnunet.git] / src / include / gnunet_nat_lib.h
index f03dc3dda44e59bd20a4ce04ac46c3a08ba1f57d..e9b458df9efa385f1d9efd6b0af415dab5fd2dbd 100644 (file)
@@ -70,7 +70,7 @@ struct GNUNET_NAT_Handle;
 
 /**
  * Attempt to enable port redirection and detect public IP address contacting
- * UPnP or NAT-PMP routers on the local network. Use @addr to specify to which
+ * UPnP or NAT-PMP routers on the local network. Use addr to specify to which
  * of the local host's addresses should the external port be mapped. The port
  * is taken from the corresponding sockaddr_in[6] field.
  *
@@ -100,8 +100,8 @@ void GNUNET_NAT_unregister (struct GNUNET_NAT_Handle *h);
  * Compare the sin(6)_addr fields of AF_INET or AF_INET(6) sockaddr.
  * FIXME: move to src/nat/common.h or so.
  * 
- * @param param a first sockaddr
- * @param param b second sockaddr
+ * @param a first sockaddr
+ * @param b second sockaddr
  * @return 0 if addresses are equal, non-null value otherwise 
  */
 int GNUNET_NAT_cmp_addr (const struct sockaddr *a,