aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-20 12:44:16 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-20 12:44:16 +0000
commit65ae20b0c21ac4e872d6b460df5ed80cd35d9bd3 (patch)
treeb8fc15fa35125cac88932df324e08de85be09ed8 /src/include
parent3f2f615ad7e8101d9dfef94dc26a027581bc0d8f (diff)
downloadgnunet-65ae20b0c21ac4e872d6b460df5ed80cd35d9bd3.tar.gz
gnunet-65ae20b0c21ac4e872d6b460df5ed80cd35d9bd3.zip
code cleanup
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,