aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 19:02:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 19:02:32 +0000
commit6ea60b3c0f51e600f2d3d9be5d4eaa6eb424c538 (patch)
treec2319d6db715df848d548f01a4ff1f937c03b2e9 /src/include/gnunet_set_service.h
parent14dc1d94810a77ed35ce9e8d7090c8a489707351 (diff)
downloadgnunet-6ea60b3c0f51e600f2d3d9be5d4eaa6eb424c538.tar.gz
gnunet-6ea60b3c0f51e600f2d3d9be5d4eaa6eb424c538.zip
-doxygen, todos, minor code cleanup
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 da6ba1301..b78e1850a 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -248,8 +248,8 @@ GNUNET_SET_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
248 * @param set set to add element to 248 * @param set set to add element to
249 * @param element element to add to the set 249 * @param element element to add to the set
250 * @param cont continuation called after the element has been added 250 * @param cont continuation called after the element has been added
251 * @param cont_cls closure for cont 251 * @param cont_cls closure for @a cont
252 * @return GNUNET_OK on success, GNUNET_SYSERR if the 252 * @return #GNUNET_OK on success, #GNUNET_SYSERR if the
253 * set is invalid (e.g. the set service crashed) 253 * set is invalid (e.g. the set service crashed)
254 */ 254 */
255int 255int
@@ -268,8 +268,8 @@ GNUNET_SET_add_element (struct GNUNET_SET_Handle *set,
268 * @param set set to remove element from 268 * @param set set to remove element from
269 * @param element element to remove from the set 269 * @param element element to remove from the set
270 * @param cont continuation called after the element has been removed 270 * @param cont continuation called after the element has been removed
271 * @param cont_cls closure for cont 271 * @param cont_cls closure for @a cont
272 * @return GNUNET_OK on success, GNUNET_SYSERR if the 272 * @return #GNUNET_OK on success, #GNUNET_SYSERR if the
273 * set is invalid (e.g. the set service crashed) 273 * set is invalid (e.g. the set service crashed)
274 */ 274 */
275int 275int
@@ -300,7 +300,7 @@ GNUNET_SET_destroy (struct GNUNET_SET_Handle *set);
300 * @param result_mode specified how results will be returned, 300 * @param result_mode specified how results will be returned,
301 * see 'GNUNET_SET_ResultMode'. 301 * see 'GNUNET_SET_ResultMode'.
302 * @param result_cb called on error or success 302 * @param result_cb called on error or success
303 * @param result_cls closure for result_cb 303 * @param result_cls closure for @a result_cb
304 * @return a handle to cancel the operation 304 * @return a handle to cancel the operation
305 */ 305 */
306struct GNUNET_SET_OperationHandle * 306struct GNUNET_SET_OperationHandle *