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.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/include/gnunet_pseudonym_lib.h b/src/include/gnunet_pseudonym_lib.h
index a0f202a3c..7a9373cc4 100644
--- a/src/include/gnunet_pseudonym_lib.h
+++ b/src/include/gnunet_pseudonym_lib.h
@@ -49,11 +49,9 @@ extern "C"
49 * @return GNUNET_OK to continue iteration, GNUNET_SYSERR to abort 49 * @return GNUNET_OK to continue iteration, GNUNET_SYSERR to abort
50 */ 50 */
51typedef int (*GNUNET_PSEUDONYM_Iterator) (void *cls, 51typedef int (*GNUNET_PSEUDONYM_Iterator) (void *cls,
52 const GNUNET_HashCode * 52 const GNUNET_HashCode * pseudonym,
53 pseudonym, 53 const struct GNUNET_CONTAINER_MetaData
54 const struct 54 * md, int rating);
55 GNUNET_CONTAINER_MetaData * md,
56 int rating);
57 55
58/** 56/**
59 * Change the ranking of a pseudonym. 57 * Change the ranking of a pseudonym.
@@ -105,9 +103,8 @@ int GNUNET_PSEUDONYM_discovery_callback_register (const struct
105/** 103/**
106 * Unregister namespace discovery callback. 104 * Unregister namespace discovery callback.
107 */ 105 */
108int 106int GNUNET_PSEUDONYM_discovery_callback_unregister (GNUNET_PSEUDONYM_Iterator
109GNUNET_PSEUDONYM_discovery_callback_unregister (GNUNET_PSEUDONYM_Iterator 107 iterator, void *closure);
110 iterator, void *closure);
111 108
112/** 109/**
113 * Return the unique, human readable name for the given pseudonym. 110 * Return the unique, human readable name for the given pseudonym.