aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_setu_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_setu_service.h')
-rw-r--r--src/include/gnunet_setu_service.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_setu_service.h b/src/include/gnunet_setu_service.h
index 1d7e48402..89a50f138 100644
--- a/src/include/gnunet_setu_service.h
+++ b/src/include/gnunet_setu_service.h
@@ -18,6 +18,9 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20/** 20/**
21 * @addtogroup Sets
22 * @{
23 *
21 * @author Florian Dold 24 * @author Florian Dold
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
@@ -41,6 +44,7 @@ extern "C"
41#endif 44#endif
42#endif 45#endif
43 46
47
44#include "gnunet_common.h" 48#include "gnunet_common.h"
45#include "gnunet_time_lib.h" 49#include "gnunet_time_lib.h"
46#include "gnunet_configuration_lib.h" 50#include "gnunet_configuration_lib.h"
@@ -288,9 +292,9 @@ GNUNET_SETU_destroy (struct GNUNET_SETU_Handle *set);
288 292
289 293
290/** 294/**
291 * Prepare a set operation to be evaluated with another peer. The evaluation 295 * Prepare a set operation to be evaluated with another peer.
292 * will not start until the client provides a local set with 296 * The evaluation will not start until the client provides a
293 * GNUNET_SETU_commit(). 297 * local set with GNUNET_SETU_commit().
294 * 298 *
295 * @param other_peer peer with the other set 299 * @param other_peer peer with the other set
296 * @param app_id hash for the application using the set 300 * @param app_id hash for the application using the set
@@ -412,3 +416,5 @@ GNUNET_SETU_element_hash (const struct GNUNET_SETU_Element *element,
412#endif 416#endif
413 417
414/** @} */ /* end of group */ 418/** @} */ /* end of group */
419
420/** @} */ /* end of group addition */