aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 187c65626..802a979cd 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -313,7 +313,7 @@ typedef int
313 * to accept it, otherwise the request will be refused 313 * to accept it, otherwise the request will be refused
314 * Note that we can't just return value from the listen callback, 314 * Note that we can't just return value from the listen callback,
315 * as it is also necessary to specify the set we want to do the 315 * as it is also necessary to specify the set we want to do the
316 * operation with, whith sometimes can be derived from the context 316 * operation with, with sometimes can be derived from the context
317 * message. It's necessary to specify the timeout. 317 * message. It's necessary to specify the timeout.
318 */ 318 */
319typedef void 319typedef void
@@ -336,7 +336,7 @@ typedef void
336 * @param op operation supported by the set 336 * @param op operation supported by the set
337 * Note that the operation has to be specified 337 * Note that the operation has to be specified
338 * beforehand, as certain set operations need to maintain 338 * beforehand, as certain set operations need to maintain
339 * data structures spefific to the operation 339 * data structures specific to the operation
340 * @return a handle to the set 340 * @return a handle to the set
341 */ 341 */
342struct GNUNET_SET_Handle * 342struct GNUNET_SET_Handle *
@@ -520,7 +520,7 @@ GNUNET_SET_operation_cancel (struct GNUNET_SET_OperationHandle *oh);
520 * @param set the set to iterate over 520 * @param set the set to iterate over
521 * @param iter the iterator to call for each element 521 * @param iter the iterator to call for each element
522 * @param iter_cls closure for @a iter 522 * @param iter_cls closure for @a iter
523 * @return #GNUNET_YES if the iteration started successfuly, 523 * @return #GNUNET_YES if the iteration started successfully,
524 * #GNUNET_NO if another iteration was still active, 524 * #GNUNET_NO if another iteration was still active,
525 * #GNUNET_SYSERR if the set is invalid (e.g. the server crashed, disconnected) 525 * #GNUNET_SYSERR if the set is invalid (e.g. the server crashed, disconnected)
526 */ 526 */