aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-03 13:08:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-03 13:08:11 +0000
commita960f943c1d0bc9b5f5986c1d29835b63bf3e2ef (patch)
treefbc5ff7eaeedcfc4ee2a43f2ef31502dd40bba2b /src/include/gnunet_set_service.h
parent4593a0ee9f3e6a86520d4dd493430f0f1d88dcd2 (diff)
downloadgnunet-a960f943c1d0bc9b5f5986c1d29835b63bf3e2ef.tar.gz
gnunet-a960f943c1d0bc9b5f5986c1d29835b63bf3e2ef.zip
-notes
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 2684df00a..34c9312d1 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -273,7 +273,7 @@ GNUNET_SET_destroy (struct GNUNET_SET_Handle *set);
273 * @param result_cls closure for result_cb 273 * @param result_cls closure for result_cb
274 * @return a handle to cancel the operation 274 * @return a handle to cancel the operation
275 */ 275 */
276struct GNUNET_SET_OperationHandle * 276struct GNUNET_SET_OperationHandle * // FIXME: rename to _connect?
277GNUNET_SET_evaluate (const struct GNUNET_PeerIdentity *other_peer, 277GNUNET_SET_evaluate (const struct GNUNET_PeerIdentity *other_peer,
278 const struct GNUNET_HashCode *app_id, 278 const struct GNUNET_HashCode *app_id,
279 const struct GNUNET_MessageHeader *context_msg, 279 const struct GNUNET_MessageHeader *context_msg,
@@ -344,7 +344,7 @@ GNUNET_SET_accept (struct GNUNET_SET_Request *request,
344 * @param oh handle to the set operation 344 * @param oh handle to the set operation
345 * @param set the set to use for the operation 345 * @param set the set to use for the operation
346 */ 346 */
347void 347void // FIXME: rename to _commit
348GNUNET_SET_conclude (struct GNUNET_SET_OperationHandle *oh, 348GNUNET_SET_conclude (struct GNUNET_SET_OperationHandle *oh,
349 struct GNUNET_SET_Handle *set); 349 struct GNUNET_SET_Handle *set);
350 350