[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r28776 - gnunet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r28776 - gnunet/src/include |
Date: |
Thu, 22 Aug 2013 08:33:21 +0200 |
Author: grothoff
Date: 2013-08-22 08:33:21 +0200 (Thu, 22 Aug 2013)
New Revision: 28776
Modified:
gnunet/src/include/gnunet_social_service.h
gnunet/src/include/gnunet_tun_lib.h
Log:
-doxygen fixes
Modified: gnunet/src/include/gnunet_social_service.h
===================================================================
--- gnunet/src/include/gnunet_social_service.h 2013-08-22 06:31:52 UTC (rev
28775)
+++ gnunet/src/include/gnunet_social_service.h 2013-08-22 06:33:21 UTC (rev
28776)
@@ -287,7 +287,7 @@
* Obtain the private-public key pair of the home.
*
* @param home Home to get the key of.
- * @param[out] home_key Set to the private-public key pair of the home. The
public part is suitable for storing in GADS within a "PLACE" record, along with
peer IDs to join at.
+ * @param[out] home_key Set to the private-public key pair of the home. The
public part is suitable for storing in GNS within a "PLACE" record, along with
peer IDs to join at.
*/
void
GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home,
@@ -295,7 +295,7 @@
/**
- * Advertise @a home under @a name in the GADS zone of the @e ego.
+ * Advertise @a home under @a name in the GNS zone of the @e ego.
*
* @param home The home to advertise.
* @param name The name for the PLACE record to put in the zone.
@@ -407,9 +407,9 @@
*
* @param cfg Configuration to contact the social service.
* @param ego Owner of the home (host).
- * @param address GADS name of the place to enter. Either in the form of
+ * @param address GNS name of the place to enter. Either in the form of
* 'room.friend.gnu', or 'NYMPUBKEY.zkey'. This latter case refers to
- * the 'PLACE' record of the empty label ("+") in the GADS zone with the
+ * the 'PLACE' record of the empty label ("+") in the GNS zone with the
* nym's public key 'NYMPUBKEY', and can be used to request entry to a
* pseudonym's place directly.
* @param method_name Method name for the message.
@@ -450,7 +450,7 @@
struct GNUNET_IDENTITY_Ego *ego,
struct GNUNET_CRYPTO_EccPublicKey *crypto_address,
struct GNUNET_PeerIdentity *origin,
- size_t count_relays,
+ size_t relay_count,
struct GNUNET_PeerIdentity *relays,
const char *method_name,
const struct GNUNET_ENV_Environment *env,
Modified: gnunet/src/include/gnunet_tun_lib.h
===================================================================
--- gnunet/src/include/gnunet_tun_lib.h 2013-08-22 06:31:52 UTC (rev 28775)
+++ gnunet/src/include/gnunet_tun_lib.h 2013-08-22 06:33:21 UTC (rev 28776)
@@ -802,7 +802,7 @@
*
* @param ip IPv4 representation.
* @param netmask netmask for the ip.
- * @param rxstr generated regex, must be at least #GNUNET_REGEX_IPV4_REGEXLEN
+ * @param rxstr generated regex, must be at least #GNUNET_TUN_IPV4_REGEXLEN
* bytes long.
*/
void
@@ -815,7 +815,7 @@
*
* @param ipv6 IPv6 representation.
* @param prefixlen length of the ipv6 prefix.
- * @param rxstr generated regex, must be at least #GNUNET_REGEX_IPV6_REGEXLEN
+ * @param rxstr generated regex, must be at least #GNUNET_TUN_IPV6_REGEXLEN
* bytes long.
*/
void
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r28776 - gnunet/src/include,
gnunet <=