aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/set_api.c')
-rw-r--r--src/set/set_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/set/set_api.c b/src/set/set_api.c
index 267fe3fc6..cf64e5680 100644
--- a/src/set/set_api.c
+++ b/src/set/set_api.c
@@ -599,7 +599,7 @@ listen_connect (void *cls,
599 599
600/** 600/**
601 * Wait for set operation requests for the given application id 601 * Wait for set operation requests for the given application id
602 * 602 *
603 * @param cfg configuration to use for connecting to 603 * @param cfg configuration to use for connecting to
604 * the set service, needs to be valid for the lifetime of the listen handle 604 * the set service, needs to be valid for the lifetime of the listen handle
605 * @param operation operation we want to listen for 605 * @param operation operation we want to listen for
@@ -650,7 +650,7 @@ GNUNET_SET_listen_cancel (struct GNUNET_SET_ListenHandle *lh)
650 * #GNUNET_SET_listen, as the 'struct GNUNET_SET_Request' becomes invalid 650 * #GNUNET_SET_listen, as the 'struct GNUNET_SET_Request' becomes invalid
651 * afterwards. 651 * afterwards.
652 * Call #GNUNET_SET_conclude to provide the local set to use for the operation, 652 * Call #GNUNET_SET_conclude to provide the local set to use for the operation,
653 * and to begin the exchange with the remote peer. 653 * and to begin the exchange with the remote peer.
654 * 654 *
655 * @param request request to accept 655 * @param request request to accept
656 * @param result_mode specified how results will be returned, 656 * @param result_mode specified how results will be returned,
@@ -729,7 +729,7 @@ GNUNET_SET_operation_cancel (struct GNUNET_SET_OperationHandle *oh)
729 * set information and call the result callback with the 729 * set information and call the result callback with the
730 * result information. 730 * result information.
731 * 731 *
732 * @param oh handle to the set operation 732 * @param oh handle to the set operation
733 * @param set the set to use for the operation 733 * @param set the set to use for the operation
734 * @return #GNUNET_OK on success, #GNUNET_SYSERR if the 734 * @return #GNUNET_OK on success, #GNUNET_SYSERR if the
735 * set is invalid (e.g. the set service crashed) 735 * set is invalid (e.g. the set service crashed)