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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 25e3e9630..255eef265 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -368,10 +368,10 @@ GNUNET_SET_add_element (struct GNUNET_SET_Handle *set,
368 368
369 369
370/** 370/**
371 * Remove an element to the given set. 371 * Remove an element to the given set.
372 * After the element has been removed (in the sense of the 372 * After the element has been removed (in the sense of the request
373 * request being transmitted to the set service), cont will be called. 373 * being transmitted to the set service), @a cont will be called.
374 * Calls to remove_element can be queued 374 * Multiple calls to GNUNET_SET_remove_element() can be queued
375 * 375 *
376 * @param set set to remove element from 376 * @param set set to remove element from
377 * @param element element to remove from the set 377 * @param element element to remove from the set
@@ -559,7 +559,7 @@ GNUNET_SET_element_dup (const struct GNUNET_SET_Element *element);
559 * Hash a set element. 559 * Hash a set element.
560 * 560 *
561 * @param element the element that should be hashed 561 * @param element the element that should be hashed
562 * @param ret_hash a pointer to where the hash of @a element 562 * @param[out] ret_hash a pointer to where the hash of @a element
563 * should be stored 563 * should be stored
564 */ 564 */
565void 565void