aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-08 00:17:08 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-08 00:17:08 +0000
commita3c0efd4c0b4f30f4956e2e44d59bfb003b80c6f (patch)
tree10cabeea895f310e637cab7f1c07801112001e11 /src/include/gnunet_set_service.h
parentb65c2c27f8284fde36536cc9b4ff2307b20a1717 (diff)
downloadgnunet-a3c0efd4c0b4f30f4956e2e44d59bfb003b80c6f.tar.gz
gnunet-a3c0efd4c0b4f30f4956e2e44d59bfb003b80c6f.zip
-indent
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 2d40b3052..43da89fa5 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -386,9 +386,9 @@ GNUNET_SET_commit (struct GNUNET_SET_OperationHandle *oh,
386 386
387 387
388/** 388/**
389 * Cancel the given set operation. 389 * Cancel the given set operation. May not be called after the
390 * May not be called after the operation's `GNUNET_SET_ResultIterator` has been 390 * operation's `GNUNET_SET_ResultIterator` has been called with a
391 * called with a status that indicates error, timeout or done. 391 * status that indicates error, timeout or done.
392 * 392 *
393 * @param oh set operation to cancel 393 * @param oh set operation to cancel
394 */ 394 */