aboutsummaryrefslogtreecommitdiff
path: root/src/util/pseudonym.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-14 18:24:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-14 18:24:18 +0000
commit76fe0e518c1b00878102777513f53e754eb20013 (patch)
treee9fcbef8663c036ec55dd5dad314cbb3c3d2ec62 /src/util/pseudonym.c
parent7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a (diff)
downloadgnunet-76fe0e518c1b00878102777513f53e754eb20013.tar.gz
gnunet-76fe0e518c1b00878102777513f53e754eb20013.zip
fixing documentation
Diffstat (limited to 'src/util/pseudonym.c')
-rw-r--r--src/util/pseudonym.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/util/pseudonym.c b/src/util/pseudonym.c
index 626e8ca99..07c05b9e6 100644
--- a/src/util/pseudonym.c
+++ b/src/util/pseudonym.c
@@ -541,7 +541,11 @@ GNUNET_PSEUDONYM_rank (const struct GNUNET_CONFIGURATION_Handle *cfg,
541 * 541 *
542 * @param cls metadata to add to 542 * @param cls metadata to add to
543 * @param type type of entry to insert 543 * @param type type of entry to insert
544 * @param data value of entry to insert 544 * @param format format of data
545 * @param data_mime_type mime type of data
546 * @param data value of the meta data
547 * @param data_size number of bytes in data
548 * @return always 0
545 */ 549 */
546static int 550static int
547merge_meta_helper (void *cls, 551merge_meta_helper (void *cls,