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.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 7246f9b42..75dc6049e 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -19,10 +19,15 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_set_service.h
23 * @brief two-peer set operations
24 * @author Florian Dold 22 * @author Florian Dold
25 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * @file
26 * Two-peer set operations
27 *
28 * @defgroup set Set service
29 * Two-peer set operations
30 * @{
26 */ 31 */
27 32
28#ifndef GNUNET_SET_SERVICE_H 33#ifndef GNUNET_SET_SERVICE_H
@@ -161,7 +166,7 @@ enum GNUNET_SET_ResultMode
161 * Client gets notified of the required changes 166 * Client gets notified of the required changes
162 * for both the local and the remote set. 167 * for both the local and the remote set.
163 * 168 *
164 * Only supported for set 169 * Only supported for set
165 */ 170 */
166 GNUNET_SET_RESULT_SYMMETRIC, 171 GNUNET_SET_RESULT_SYMMETRIC,
167 172
@@ -499,3 +504,5 @@ GNUNET_SET_element_hash (const struct GNUNET_SET_Element *element, struct GNUNET
499#endif 504#endif
500 505
501#endif 506#endif
507
508/** @} */ /* end of group */