aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-18 14:59:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-18 14:59:27 +0000
commitc654ca8072bc5768bd01c6b0d6db303b0d4e5025 (patch)
tree1d2929c0e15efe6835fa2e98cb8070a4646ae346 /src/set
parent02eef607379528f1a28c8593dd98e233fcbefd69 (diff)
downloadgnunet-c654ca8072bc5768bd01c6b0d6db303b0d4e5025.tar.gz
gnunet-c654ca8072bc5768bd01c6b0d6db303b0d4e5025.zip
-doxygen fixes
Diffstat (limited to 'src/set')
-rw-r--r--src/set/set_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/set_api.c b/src/set/set_api.c
index cf64e5680..fb53836c3 100644
--- a/src/set/set_api.c
+++ b/src/set/set_api.c
@@ -649,7 +649,7 @@ GNUNET_SET_listen_cancel (struct GNUNET_SET_ListenHandle *lh)
649 * Accept a request we got via #GNUNET_SET_listen. Must be called during 649 * Accept a request we got via #GNUNET_SET_listen. Must be called during
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_commit 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