aboutsummaryrefslogtreecommitdiff
path: root/src/setu
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 20:08:27 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:25 +0100
commit22eb1d1f0df38ba1e7735254f7798666dbe906ed (patch)
tree1bc7ad0b70870b1005b134e2563763e553cac74d /src/setu
parent34520f8f900eeb6328c311bcc3868c28e3060843 (diff)
downloadgnunet-22eb1d1f0df38ba1e7735254f7798666dbe906ed.tar.gz
gnunet-22eb1d1f0df38ba1e7735254f7798666dbe906ed.zip
-DOC: Comment stripping pass in SETU subsystem
Diffstat (limited to 'src/setu')
-rw-r--r--src/setu/setu_api.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/setu/setu_api.c b/src/setu/setu_api.c
index faa57aaba..7fa144590 100644
--- a/src/setu/setu_api.c
+++ b/src/setu/setu_api.c
@@ -493,18 +493,6 @@ GNUNET_SETU_destroy (struct GNUNET_SETU_Handle *set)
493} 493}
494 494
495 495
496/**
497 * Prepare a set operation to be evaluated with another peer.
498 * The evaluation will not start until the client provides
499 * a local set with #GNUNET_SETU_commit().
500 *
501 * @param other_peer peer with the other set
502 * @param app_id hash for the application using the set
503 * @param context_msg additional information for the request
504 * @param result_cb called on error or success
505 * @param result_cls closure for @e result_cb
506 * @return a handle to cancel the operation
507 */
508struct GNUNET_SETU_OperationHandle * 496struct GNUNET_SETU_OperationHandle *
509GNUNET_SETU_prepare (const struct GNUNET_PeerIdentity *other_peer, 497GNUNET_SETU_prepare (const struct GNUNET_PeerIdentity *other_peer,
510 const struct GNUNET_HashCode *app_id, 498 const struct GNUNET_HashCode *app_id,
@@ -777,20 +765,6 @@ GNUNET_SETU_listen_cancel (struct GNUNET_SETU_ListenHandle *lh)
777} 765}
778 766
779 767
780/**
781 * Accept a request we got via #GNUNET_SETU_listen. Must be called during
782 * #GNUNET_SETU_listen, as the 'struct GNUNET_SETU_Request' becomes invalid
783 * afterwards.
784 * Call #GNUNET_SETU_commit to provide the local set to use for the operation,
785 * and to begin the exchange with the remote peer.
786 *
787 * @param request request to accept
788 * @param result_mode specified how results will be returned,
789 * see `enum GNUNET_SETU_ResultMode`.
790 * @param result_cb callback for the results
791 * @param result_cls closure for @a result_cb
792 * @return a handle to cancel the operation
793 */
794struct GNUNET_SETU_OperationHandle * 768struct GNUNET_SETU_OperationHandle *
795GNUNET_SETU_accept (struct GNUNET_SETU_Request *request, 769GNUNET_SETU_accept (struct GNUNET_SETU_Request *request,
796 const struct GNUNET_SETU_Option options[], 770 const struct GNUNET_SETU_Option options[],