aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-18 14:34:48 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-18 14:34:48 +0000
commit2bfa211933d6285ffbdc7d871e695838b5d08b9f (patch)
tree098f862a0de6a983b85aed48618af2d805059341 /src/include
parent23dda19572e38c3f533b9b35167a090932e85f57 (diff)
downloadgnunet-2bfa211933d6285ffbdc7d871e695838b5d08b9f.tar.gz
gnunet-2bfa211933d6285ffbdc7d871e695838b5d08b9f.zip
- doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_pseudonym_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_pseudonym_lib.h b/src/include/gnunet_pseudonym_lib.h
index 4fb7a9d30..0b71cc1af 100644
--- a/src/include/gnunet_pseudonym_lib.h
+++ b/src/include/gnunet_pseudonym_lib.h
@@ -257,7 +257,7 @@ GNUNET_PSEUDONYM_rank (const struct GNUNET_CONFIGURATION_Handle *cfg,
257 * FS should automatically call this function. 257 * FS should automatically call this function.
258 * 258 *
259 * @param cfg overall configuration 259 * @param cfg overall configuration
260 * @param id the pseudonym identifier 260 * @param pseudonym the pseudonym identifier
261 * @param meta metadata for the pseudonym 261 * @param meta metadata for the pseudonym
262 * @return GNUNET_OK on success, GNUNET_SYSERR on failure 262 * @return GNUNET_OK on success, GNUNET_SYSERR on failure
263 */ 263 */
@@ -362,13 +362,13 @@ GNUNET_PSEUDONYM_get_info (const struct GNUNET_CONFIGURATION_Handle *cfg,
362 * Get the pseudonym ID belonging to the given pseudonym name. 362 * Get the pseudonym ID belonging to the given pseudonym name.
363 * 363 *
364 * @param cfg configuration to use 364 * @param cfg configuration to use
365 * @param ps_uname unique (!) human-readable name for the pseudonym 365 * @param ns_uname unique (!) human-readable name for the pseudonym
366 * @param pseudonym set to pseudonym ID based on 'ns_uname' 366 * @param pseudonym set to pseudonym ID based on 'ns_uname'
367 * @return GNUNET_OK on success, GNUNET_SYSERR on failure 367 * @return GNUNET_OK on success, GNUNET_SYSERR on failure
368 */ 368 */
369int 369int
370GNUNET_PSEUDONYM_name_to_id (const struct GNUNET_CONFIGURATION_Handle *cfg, 370GNUNET_PSEUDONYM_name_to_id (const struct GNUNET_CONFIGURATION_Handle *cfg,
371 const char *ps_uname, 371 const char *ns_uname,
372 struct GNUNET_PseudonymIdentifier *pseudonym); 372 struct GNUNET_PseudonymIdentifier *pseudonym);
373 373
374 374