aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_channel.c')
-rw-r--r--src/cadet/gnunet-service-cadet_channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_channel.c b/src/cadet/gnunet-service-cadet_channel.c
index f742ba4a7..78658c296 100644
--- a/src/cadet/gnunet-service-cadet_channel.c
+++ b/src/cadet/gnunet-service-cadet_channel.c
@@ -1157,7 +1157,7 @@ GCCH_handle_channel_open_ack (
1157 * @param cls closure, to a flag where we indicate duplicate packets 1157 * @param cls closure, to a flag where we indicate duplicate packets
1158 * @param m1 a message of to sort 1158 * @param m1 a message of to sort
1159 * @param m2 another message to sort 1159 * @param m2 another message to sort
1160 * @return #GNUNET_YES if @e1 < @e2, otherwise #GNUNET_NO 1160 * @return #GNUNET_YES if @a e1 < @a e2, otherwise #GNUNET_NO
1161 */ 1161 */
1162static int 1162static int
1163is_before (void *cls, 1163is_before (void *cls,
@@ -1645,7 +1645,7 @@ GCCH_handle_remote_destroy (
1645 * @param cls closure, to a flag where we indicate duplicate packets 1645 * @param cls closure, to a flag where we indicate duplicate packets
1646 * @param crm1 an element of to sort 1646 * @param crm1 an element of to sort
1647 * @param crm2 another element to sort 1647 * @param crm2 another element to sort
1648 * @return #GNUNET_YES if @e1 < @e2, otherwise #GNUNET_NO 1648 * @return #GNUNET_YES if @a e1 < @a e2, otherwise #GNUNET_NO
1649 */ 1649 */
1650static int 1650static int
1651cmp_crm_by_next_retry (void *cls, 1651cmp_crm_by_next_retry (void *cls,