aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-07 15:33:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-07 15:33:19 +0000
commite7c7ad752d44a0bc9a1c06caa56186f7bc339ca3 (patch)
treee9efb643533b8d641ced133683527aad346202a4
parent2a5faa27b5537cd3a97c42f89822050e0848ca23 (diff)
downloadgnunet-e7c7ad752d44a0bc9a1c06caa56186f7bc339ca3.tar.gz
gnunet-e7c7ad752d44a0bc9a1c06caa56186f7bc339ca3.zip
-fix
-rw-r--r--src/include/gnunet_multicast_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index 58616ef64..0ef012395 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2009, 2010 Christian Grothoff (and other contributing authors) 3 (C) 2012, 2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -352,6 +352,7 @@ GNUNET_MULTICAST_origin_end (struct GNUNET_MULTICAST_Origin *origin);
352 * @param replay_cb function that can be called to replay messages 352 * @param replay_cb function that can be called to replay messages
353 * this peer already knows from this group; NULL if this 353 * this peer already knows from this group; NULL if this
354 * client is unable to support replay 354 * client is unable to support replay
355 * @param test_cb function multicast can use to test group membership
355 * @param message_cb function to be called for all messages we 356 * @param message_cb function to be called for all messages we
356 * receive from the group, excluding those our replay_cb 357 * receive from the group, excluding those our replay_cb
357 * already has 358 * already has
@@ -367,6 +368,7 @@ GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg,
367 uint64_t max_known_message_id, 368 uint64_t max_known_message_id,
368 uint64_t max_known_state_message_id, 369 uint64_t max_known_state_message_id,
369 GNUNET_MULTICAST_ReplayCallback replay_cb, 370 GNUNET_MULTICAST_ReplayCallback replay_cb,
371 GNUNET_MULITCAST_MembershipTestCallback test_cb,
370 GNUNET_MULTICAST_MessageCallback message_cb); 372 GNUNET_MULTICAST_MessageCallback message_cb);
371 373
372 374