aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_pseudonym_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_pseudonym_lib.h b/src/include/gnunet_pseudonym_lib.h
index 124de04f9..db06d33ee 100644
--- a/src/include/gnunet_pseudonym_lib.h
+++ b/src/include/gnunet_pseudonym_lib.h
@@ -82,6 +82,11 @@ void GNUNET_PSEUDONYM_add (const struct GNUNET_CONFIGURATION_Handle *cfg,
82 82
83/** 83/**
84 * List all known pseudonyms. 84 * List all known pseudonyms.
85 *
86 * @param cfg overall configuration
87 * @param iterator function to call for each pseudonym
88 * @param closure closure for iterator
89 * @return number of pseudonyms found
85 */ 90 */
86int GNUNET_PSEUDONYM_list_all (const struct GNUNET_CONFIGURATION_Handle *cfg, 91int GNUNET_PSEUDONYM_list_all (const struct GNUNET_CONFIGURATION_Handle *cfg,
87 GNUNET_PSEUDONYM_Iterator iterator, 92 GNUNET_PSEUDONYM_Iterator iterator,