gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 4c711ad299f5b603225a543c94e4208dc726c3c2
parent 18bc05a535be767b07473e29ac85cebe79ce83cf
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 23 Jul 2013 17:26:54 +0000

- docs


Diffstat:
Msrc/include/gnunet_set_service.h | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h @@ -402,9 +402,8 @@ GNUNET_SET_operation_cancel (struct GNUNET_SET_OperationHandle *oh); * @param set the set to iterate over * @param iter the iterator to call for each element * @param cls closure for 'iter' - * @return GNUNET_YES if every element was iterated over, GNUNET_NO - * if the iterator prematurely stopped, GNUNET_SYSERR if the set - * is invalid (e.g. the server crashed, disconnected) + * @return GNUNET_YES if the iteration started successfuly, + * GNUNET_SYSERR if the set is invalid (e.g. the server crashed, disconnected) */ int GNUNET_SET_iterate (struct GNUNET_SET_Handle *set, GNUNET_SET_ElementIterator iter, void *cls);