aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_intersection.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:27:54 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:58 +0100
commit95b52cc6fe194ffea48f0833429926f843c4d194 (patch)
treea750d1a8e5907aaabad3c5edb4e8d73d83d73523 /src/set/gnunet-service-set_intersection.c
parent7f85993041d102e57aaa69ed134ff6422d84c67e (diff)
downloadgnunet-95b52cc6fe194ffea48f0833429926f843c4d194.tar.gz
gnunet-95b52cc6fe194ffea48f0833429926f843c4d194.zip
-DOC: Documentation cleanup pass through old SET subsystem
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,