aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_multicast_service.h2
-rw-r--r--src/multicast/multicast_api.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index 712dbb054..4fdf60222 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -637,7 +637,7 @@ GNUNET_MULTICAST_member_replay_fragment (struct GNUNET_MULTICAST_Member *member,
637 * @param flags Additional flags for the replay request. It is used & defined 637 * @param flags Additional flags for the replay request. It is used & defined
638 * by the replay callback. 638 * by the replay callback.
639 * @param result_cb Function to be called for the replayed message. 639 * @param result_cb Function to be called for the replayed message.
640 * @param result_cb_cls Closure for @a message_cb. 640 * @param result_cb_cls Closure for @a result_cb.
641 * @return Replay request handle, NULL on error. 641 * @return Replay request handle, NULL on error.
642 */ 642 */
643struct GNUNET_MULTICAST_MemberReplayHandle * 643struct GNUNET_MULTICAST_MemberReplayHandle *
diff --git a/src/multicast/multicast_api.c b/src/multicast/multicast_api.c
index b1278eb9a..513d4c8c9 100644
--- a/src/multicast/multicast_api.c
+++ b/src/multicast/multicast_api.c
@@ -462,7 +462,7 @@ GNUNET_MULTICAST_member_replay_fragment (struct GNUNET_MULTICAST_Member *member,
462 * @param flags Additional flags for the replay request. It is used & defined 462 * @param flags Additional flags for the replay request. It is used & defined
463 * by the replay callback. 463 * by the replay callback.
464 * @param result_cb Function to be called for the replayed message. 464 * @param result_cb Function to be called for the replayed message.
465 * @param result_cb_cls Closure for @a message_cb. 465 * @param result_cb_cls Closure for @a result_cb.
466 * @return Replay request handle, NULL on error. 466 * @return Replay request handle, NULL on error.
467 */ 467 */
468struct GNUNET_MULTICAST_MemberReplayHandle * 468struct GNUNET_MULTICAST_MemberReplayHandle *