aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-24 13:56:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-24 13:56:41 +0000
commit5aab79b00f45105842d4d9899e6b17334ec9af09 (patch)
treea09a94bf5c9b2fdb253890de043e2df186dabd42 /src/include/gnunet_set_service.h
parenta333108465ff50726b5348649e40e902043b020a (diff)
-comments
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 87d766c683..65d70d86b9 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -90,11 +90,11 @@ enum GNUNET_SET_Status
* There was a timeout.
*/
GNUNET_SET_STATUS_TIMEOUT,
- /*
+ /**
* The other peer refused to to the operation with us
*/
GNUNET_SET_STATUS_REFUSED,
- /*
+ /**
* Success, all elements have been sent.
*/
GNUNET_SET_STATUS_DONE
@@ -249,6 +249,7 @@ GNUNET_SET_destroy (struct GNUNET_SET_Handle *set);
* Evaluate a set operation with our set and the set of another peer.
*
* @param set set to use
+ * @param salt salt for HKDF (explain more here)
* @param other_peer peer with the other set
* @param app_id hash for the application using the set
* @param context_msg additional information for the request