aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
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 /src/include/gnunet_social_service.h
parent74894fd51af4cc9011b28a8eaab9bb70fa1efcd7 (diff)
downloadgnunet-15bb58cddfc10126f3345d18802d28b56d572f35.tar.gz
gnunet-15bb58cddfc10126f3345d18802d28b56d572f35.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r--src/include/gnunet_social_service.h10
1 files changed, 5 insertions, 5 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,