aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pseudonym_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_pseudonym_lib.h')
-rw-r--r--src/include/gnunet_pseudonym_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_pseudonym_lib.h b/src/include/gnunet_pseudonym_lib.h
index db06d33ee..a0f202a3c 100644
--- a/src/include/gnunet_pseudonym_lib.h
+++ b/src/include/gnunet_pseudonym_lib.h
@@ -64,7 +64,7 @@ typedef int (*GNUNET_PSEUDONYM_Iterator) (void *cls,
64 * @return new rating of the namespace 64 * @return new rating of the namespace
65 */ 65 */
66int GNUNET_PSEUDONYM_rank (const struct GNUNET_CONFIGURATION_Handle *cfg, 66int GNUNET_PSEUDONYM_rank (const struct GNUNET_CONFIGURATION_Handle *cfg,
67 const GNUNET_HashCode *nsid, int delta); 67 const GNUNET_HashCode * nsid, int delta);
68 68
69/** 69/**
70 * Add a pseudonym to the set of known pseudonyms. 70 * Add a pseudonym to the set of known pseudonyms.
@@ -76,7 +76,7 @@ int GNUNET_PSEUDONYM_rank (const struct GNUNET_CONFIGURATION_Handle *cfg,
76 * @param meta metadata for the pseudonym 76 * @param meta metadata for the pseudonym
77 */ 77 */
78void GNUNET_PSEUDONYM_add (const struct GNUNET_CONFIGURATION_Handle *cfg, 78void GNUNET_PSEUDONYM_add (const struct GNUNET_CONFIGURATION_Handle *cfg,
79 const GNUNET_HashCode *id, 79 const GNUNET_HashCode * id,
80 const struct GNUNET_CONTAINER_MetaData *meta); 80 const struct GNUNET_CONTAINER_MetaData *meta);
81 81
82 82
@@ -114,8 +114,8 @@ GNUNET_PSEUDONYM_discovery_callback_unregister (GNUNET_PSEUDONYM_Iterator
114 * 114 *
115 * @return NULL on failure (should never happen) 115 * @return NULL on failure (should never happen)
116 */ 116 */
117char *GNUNET_PSEUDONYM_id_to_name (const struct GNUNET_CONFIGURATION_Handle *cfg, 117char *GNUNET_PSEUDONYM_id_to_name (const struct GNUNET_CONFIGURATION_Handle
118 const GNUNET_HashCode * pseudo); 118 *cfg, const GNUNET_HashCode * pseudo);
119 119
120/** 120/**
121 * Get the pseudonym ID belonging to the given human readable name. 121 * Get the pseudonym ID belonging to the given human readable name.