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.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/set/gnunet-service-set_intersection.h b/src/set/gnunet-service-set_intersection.h
index 0e8e644cc..1035cca3b 100644
--- a/src/set/gnunet-service-set_intersection.h
+++ b/src/set/gnunet-service-set_intersection.h
@@ -12,12 +12,12 @@
12 WITHOUT ANY WARRANTY; without even the implied warranty of 12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Affero General Public License for more details. 14 Affero General Public License for more details.
15 15
16 You should have received a copy of the GNU Affero General Public License 16 You should have received a copy of the GNU Affero General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>. 17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 SPDX-License-Identifier: AGPL3.0-or-later 19 SPDX-License-Identifier: AGPL3.0-or-later
20*/ 20 */
21/** 21/**
22 * @file set/gnunet-service-set_intersection.h 22 * @file set/gnunet-service-set_intersection.h
23 * @brief two-peer set operations 23 * @brief two-peer set operations
@@ -38,8 +38,8 @@
38 * @return #GNUNET_OK if @a msg is well-formed 38 * @return #GNUNET_OK if @a msg is well-formed
39 */ 39 */
40int 40int
41check_intersection_p2p_bf (void *cls, 41check_intersection_p2p_bf(void *cls,
42 const struct BFMessage *msg); 42 const struct BFMessage *msg);
43 43
44 44
45/** 45/**
@@ -49,8 +49,8 @@ check_intersection_p2p_bf (void *cls,
49 * @param msg the header of the message 49 * @param msg the header of the message
50 */ 50 */
51void 51void
52handle_intersection_p2p_bf (void *cls, 52handle_intersection_p2p_bf(void *cls,
53 const struct BFMessage *msg); 53 const struct BFMessage *msg);
54 54
55 55
56/** 56/**
@@ -61,8 +61,8 @@ handle_intersection_p2p_bf (void *cls,
61 * @param mh the header of the message 61 * @param mh the header of the message
62 */ 62 */
63void 63void
64handle_intersection_p2p_element_info (void *cls, 64handle_intersection_p2p_element_info(void *cls,
65 const struct IntersectionElementInfoMessage *msg); 65 const struct 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