aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-03-15 07:05:20 +0000
committerLRN <lrn1986@gmail.com>2013-03-15 07:05:20 +0000
commit44f07a618e64d94b03e3a1be7812a1721aa63902 (patch)
tree595ac1f17f010ab5ea776495f1f25218ffb7cc92 /src/util
parent56ab0c2d6838d7085c7d08e21d6e624e65d3a522 (diff)
downloadgnunet-44f07a618e64d94b03e3a1be7812a1721aa63902.tar.gz
gnunet-44f07a618e64d94b03e3a1be7812a1721aa63902.zip
Docfixes
Diffstat (limited to 'src/util')
-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