From 5aab79b00f45105842d4d9899e6b17334ec9af09 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Apr 2013 13:56:41 +0000 Subject: -comments --- src/include/gnunet_set_service.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_set_service.h') diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h index 87d766c68..65d70d86b 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 -- cgit v1.2.3