aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-22 06:33:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-22 06:33:21 +0000
commit15bb58cddfc10126f3345d18802d28b56d572f35 (patch)
treea9cbc2fde406843bd89b17aae55fe06a33a7f6bb
parent74894fd51af4cc9011b28a8eaab9bb70fa1efcd7 (diff)
downloadgnunet-15bb58cddfc10126f3345d18802d28b56d572f35.tar.gz
gnunet-15bb58cddfc10126f3345d18802d28b56d572f35.zip
-doxygen fixes
-rw-r--r--src/include/gnunet_social_service.h10
-rw-r--r--src/include/gnunet_tun_lib.h4
2 files changed, 7 insertions, 7 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index 1728d391c..0421c1d75 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -287,7 +287,7 @@ GNUNET_SOCIAL_nym_get_key (struct GNUNET_SOCIAL_Nym *nym,
287 * Obtain the private-public key pair of the home. 287 * Obtain the private-public key pair of the home.
288 * 288 *
289 * @param home Home to get the key of. 289 * @param home Home to get the key of.
290 * @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. 290 * @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.
291 */ 291 */
292void 292void
293GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home, 293GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home,
@@ -295,7 +295,7 @@ GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home,
295 295
296 296
297/** 297/**
298 * Advertise @a home under @a name in the GADS zone of the @e ego. 298 * Advertise @a home under @a name in the GNS zone of the @e ego.
299 * 299 *
300 * @param home The home to advertise. 300 * @param home The home to advertise.
301 * @param name The name for the PLACE record to put in the zone. 301 * @param name The name for the PLACE record to put in the zone.
@@ -407,9 +407,9 @@ GNUNET_SOCIAL_home_leave (struct GNUNET_SOCIAL_Home *home);
407 * 407 *
408 * @param cfg Configuration to contact the social service. 408 * @param cfg Configuration to contact the social service.
409 * @param ego Owner of the home (host). 409 * @param ego Owner of the home (host).
410 * @param address GADS name of the place to enter. Either in the form of 410 * @param address GNS name of the place to enter. Either in the form of
411 * 'room.friend.gnu', or 'NYMPUBKEY.zkey'. This latter case refers to 411 * 'room.friend.gnu', or 'NYMPUBKEY.zkey'. This latter case refers to
412 * the 'PLACE' record of the empty label ("+") in the GADS zone with the 412 * the 'PLACE' record of the empty label ("+") in the GNS zone with the
413 * nym's public key 'NYMPUBKEY', and can be used to request entry to a 413 * nym's public key 'NYMPUBKEY', and can be used to request entry to a
414 * pseudonym's place directly. 414 * pseudonym's place directly.
415 * @param method_name Method name for the message. 415 * @param method_name Method name for the message.
@@ -450,7 +450,7 @@ GNUNET_SOCIAL_place_enter2 (const struct GNUNET_CONFIGURATION_Handle *cfg,
450 struct GNUNET_IDENTITY_Ego *ego, 450 struct GNUNET_IDENTITY_Ego *ego,
451 struct GNUNET_CRYPTO_EccPublicKey *crypto_address, 451 struct GNUNET_CRYPTO_EccPublicKey *crypto_address,
452 struct GNUNET_PeerIdentity *origin, 452 struct GNUNET_PeerIdentity *origin,
453 size_t count_relays, 453 size_t relay_count,
454 struct GNUNET_PeerIdentity *relays, 454 struct GNUNET_PeerIdentity *relays,
455 const char *method_name, 455 const char *method_name,
456 const struct GNUNET_ENV_Environment *env, 456 const struct GNUNET_ENV_Environment *env,
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index e0725a75c..8383da0c3 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -802,7 +802,7 @@ GNUNET_TUN_calculate_icmp_checksum (struct GNUNET_TUN_IcmpHeader *icmp,
802 * 802 *
803 * @param ip IPv4 representation. 803 * @param ip IPv4 representation.
804 * @param netmask netmask for the ip. 804 * @param netmask netmask for the ip.
805 * @param rxstr generated regex, must be at least #GNUNET_REGEX_IPV4_REGEXLEN 805 * @param rxstr generated regex, must be at least #GNUNET_TUN_IPV4_REGEXLEN
806 * bytes long. 806 * bytes long.
807 */ 807 */
808void 808void
@@ -815,7 +815,7 @@ GNUNET_TUN_ipv4toregexsearch (const struct in_addr *ip, const char *netmask,
815 * 815 *
816 * @param ipv6 IPv6 representation. 816 * @param ipv6 IPv6 representation.
817 * @param prefixlen length of the ipv6 prefix. 817 * @param prefixlen length of the ipv6 prefix.
818 * @param rxstr generated regex, must be at least #GNUNET_REGEX_IPV6_REGEXLEN 818 * @param rxstr generated regex, must be at least #GNUNET_TUN_IPV6_REGEXLEN
819 * bytes long. 819 * bytes long.
820 */ 820 */
821void 821void