aboutsummaryrefslogtreecommitdiff
path: root/src/util/pseudonym.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/pseudonym.c')
-rw-r--r--src/util/pseudonym.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/pseudonym.c b/src/util/pseudonym.c
index 47fe36ddc..994373052 100644
--- a/src/util/pseudonym.c
+++ b/src/util/pseudonym.c
@@ -230,7 +230,7 @@ get_data_filename_hash (const struct GNUNET_CONFIGURATION_Handle *cfg,
230 * Writes the pseudonym infomation into a file 230 * Writes the pseudonym infomation into a file
231 * 231 *
232 * @param cfg overall configuration 232 * @param cfg overall configuration
233 * @param nsid id of the pseudonym 233 * @param pseudonym id of the pseudonym
234 * @param name name to set. Must be the non-unique version of it. 234 * @param name name to set. Must be the non-unique version of it.
235 * May be NULL, in which case it erases pseudonym's name! 235 * May be NULL, in which case it erases pseudonym's name!
236 * @param md metadata to set 236 * @param md metadata to set
@@ -284,7 +284,7 @@ GNUNET_PSEUDONYM_set_info (const struct GNUNET_CONFIGURATION_Handle *cfg,
284 * Read pseudonym infomation from a file 284 * Read pseudonym infomation from a file
285 * 285 *
286 * @param cfg configuration to use 286 * @param cfg configuration to use
287 * @param nsid hash code of a pseudonym 287 * @param pseudonym hash code of a pseudonym
288 * @param meta meta data to be read from a file 288 * @param meta meta data to be read from a file
289 * @param rank rank of a pseudonym 289 * @param rank rank of a pseudonym
290 * @param ns_name name of a pseudonym 290 * @param ns_name name of a pseudonym