summaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-06-03 10:53:49 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-06-03 10:53:49 +0000
commit68403fa780bf94ace2ebc13c2c09463cbbc0b57c (patch)
tree3442e4f25de90eab67c4f9813cb6e433c50b7482 /src/set/gnunet-service-set.h
parentfae7f583f2e11cac15fefcbefef64287ab6915d3 (diff)
downloadgnunet-68403fa780bf94ace2ebc13c2c09463cbbc0b57c.tar.gz
gnunet-68403fa780bf94ace2ebc13c2c09463cbbc0b57c.zip
- conclude for SET
- consensus with SET
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index bea77416e..15199eba4 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -217,7 +217,7 @@ _GSS_union_set_create (void);
217 * @parem set the set to evaluate the operation with 217 * @parem set the set to evaluate the operation with
218 */ 218 */
219void 219void
220_GSS_union_evaluate (struct EvaluateMessage *m, struct Set *set); 220_GSS_union_evaluate (struct GNUNET_SET_EvaluateMessage *m, struct Set *set);
221 221
222 222
223/** 223/**
@@ -227,7 +227,7 @@ _GSS_union_evaluate (struct EvaluateMessage *m, struct Set *set);
227 * @param set set to add the element to 227 * @param set set to add the element to
228 */ 228 */
229void 229void
230_GSS_union_add (struct ElementMessage *m, struct Set *set); 230_GSS_union_add (struct GNUNET_SET_ElementMessage *m, struct Set *set);
231 231
232 232
233/** 233/**
@@ -238,7 +238,7 @@ _GSS_union_add (struct ElementMessage *m, struct Set *set);
238 * @param set set to remove the element from 238 * @param set set to remove the element from
239 */ 239 */
240void 240void
241_GSS_union_remove (struct ElementMessage *m, struct Set *set); 241_GSS_union_remove (struct GNUNET_SET_ElementMessage *m, struct Set *set);
242 242
243 243
244/** 244/**
@@ -258,7 +258,7 @@ _GSS_union_set_destroy (struct Set *set);
258 * @param incoming information about the requesting remote peer 258 * @param incoming information about the requesting remote peer
259 */ 259 */
260void 260void
261_GSS_union_accept (struct AcceptMessage *m, struct Set *set, 261_GSS_union_accept (struct GNUNET_SET_AcceptRejectMessage *m, struct Set *set,
262 struct Incoming *incoming); 262 struct Incoming *incoming);
263 263
264 264