aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_intersection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set_intersection.c')
-rw-r--r--src/set/gnunet-service-set_intersection.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/set/gnunet-service-set_intersection.c b/src/set/gnunet-service-set_intersection.c
index 9313483bb..51a8d0dbc 100644
--- a/src/set/gnunet-service-set_intersection.c
+++ b/src/set/gnunet-service-set_intersection.c
@@ -754,13 +754,6 @@ begin_bf_exchange (struct Operation *op)
754} 754}
755 755
756 756
757/**
758 * Handle the initial `struct IntersectionElementInfoMessage` from a
759 * remote peer.
760 *
761 * @param cls the intersection operation
762 * @param mh the header of the message
763 */
764void 757void
765handle_intersection_p2p_element_info (void *cls, 758handle_intersection_p2p_element_info (void *cls,
766 const struct 759 const struct
@@ -1039,7 +1032,7 @@ filter_all (void *cls,
1039 * Handle a done message from a remote peer 1032 * Handle a done message from a remote peer
1040 * 1033 *
1041 * @param cls the intersection operation 1034 * @param cls the intersection operation
1042 * @param mh the message 1035 * @param idm the message
1043 */ 1036 */
1044void 1037void
1045handle_intersection_p2p_done (void *cls, 1038handle_intersection_p2p_done (void *cls,