aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_intersection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set_intersection.h')
-rw-r--r--src/set/gnunet-service-set_intersection.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/set/gnunet-service-set_intersection.h b/src/set/gnunet-service-set_intersection.h
index 1035cca3b..200e8f5ff 100644
--- a/src/set/gnunet-service-set_intersection.h
+++ b/src/set/gnunet-service-set_intersection.h
@@ -1,4 +1,3 @@
1
2/* 1/*
3 This file is part of GNUnet 2 This file is part of GNUnet
4 Copyright (C) 2013-2017 GNUnet e.V. 3 Copyright (C) 2013-2017 GNUnet e.V.
@@ -38,8 +37,8 @@
38 * @return #GNUNET_OK if @a msg is well-formed 37 * @return #GNUNET_OK if @a msg is well-formed
39 */ 38 */
40int 39int
41check_intersection_p2p_bf(void *cls, 40check_intersection_p2p_bf (void *cls,
42 const struct BFMessage *msg); 41 const struct BFMessage *msg);
43 42
44 43
45/** 44/**
@@ -49,8 +48,8 @@ check_intersection_p2p_bf(void *cls,
49 * @param msg the header of the message 48 * @param msg the header of the message
50 */ 49 */
51void 50void
52handle_intersection_p2p_bf(void *cls, 51handle_intersection_p2p_bf (void *cls,
53 const struct BFMessage *msg); 52 const struct BFMessage *msg);
54 53
55 54
56/** 55/**
@@ -61,8 +60,9 @@ handle_intersection_p2p_bf(void *cls,
61 * @param mh the header of the message 60 * @param mh the header of the message
62 */ 61 */
63void 62void
64handle_intersection_p2p_element_info(void *cls, 63handle_intersection_p2p_element_info (void *cls,
65 const struct IntersectionElementInfoMessage *msg); 64 const struct
65 IntersectionElementInfoMessage *msg);
66 66
67 67
68/** 68/**
@@ -72,8 +72,8 @@ handle_intersection_p2p_element_info(void *cls,
72 * @param mh the message 72 * @param mh the message
73 */ 73 */
74void 74void
75handle_intersection_p2p_done(void *cls, 75handle_intersection_p2p_done (void *cls,
76 const struct IntersectionDoneMessage *idm); 76 const struct IntersectionDoneMessage *idm);
77 77
78 78
79#endif 79#endif