aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set_union.h')
-rw-r--r--src/set/gnunet-service-set_union.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/set/gnunet-service-set_union.h b/src/set/gnunet-service-set_union.h
index cbf60bcbc..086666770 100644
--- a/src/set/gnunet-service-set_union.h
+++ b/src/set/gnunet-service-set_union.h
@@ -235,5 +235,15 @@ void
235handle_union_p2p_done (void *cls, 235handle_union_p2p_done (void *cls,
236 const struct GNUNET_MessageHeader *mh); 236 const struct GNUNET_MessageHeader *mh);
237 237
238/**
239 * Handle an over message from a remote peer
240 *
241 * @param cls the union operation
242 * @param mh the message
243 */
244void
245handle_union_p2p_over (void *cls,
246 const struct GNUNET_MessageHeader *mh);
247
238 248
239#endif 249#endif