aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index 937bc9adc..d60b5f477 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -257,7 +257,7 @@ _GSS_union_set_create (void);
257 * a remote peer. 257 * a remote peer.
258 * 258 *
259 * @param m the evaluate request message from the client 259 * @param m the evaluate request message from the client
260 * @parem set the set to evaluate the operation with 260 * @param set the set to evaluate the operation with
261 */ 261 */
262void 262void
263_GSS_union_evaluate (struct GNUNET_SET_EvaluateMessage *m, struct Set *set); 263_GSS_union_evaluate (struct GNUNET_SET_EvaluateMessage *m, struct Set *set);
@@ -287,7 +287,7 @@ _GSS_union_remove (struct GNUNET_SET_ElementMessage *m, struct Set *set);
287/** 287/**
288 * Destroy a set that supports the union operation 288 * Destroy a set that supports the union operation
289 * 289 *
290 * @param the set to destroy, must be of type GNUNET_SET_OPERATION_UNION 290 * @param set the set to destroy, must be of type GNUNET_SET_OPERATION_UNION
291 */ 291 */
292void 292void
293_GSS_union_set_destroy (struct Set *set); 293_GSS_union_set_destroy (struct Set *set);