aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-08-31 17:58:59 +0000
committerBart Polot <bart@net.in.tum.de>2014-08-31 17:58:59 +0000
commit6e0e7e09552af05a229cad2686d73e2d2ca18925 (patch)
tree7354be44ebb18add75ab9a25f830b180b055325f /src/include
parentd7b72789762fb1dcc93e6ba7a77ab18278cb1a3f (diff)
downloadgnunet-6e0e7e09552af05a229cad2686d73e2d2ca18925.tar.gz
gnunet-6e0e7e09552af05a229cad2686d73e2d2ca18925.zip
- remove duplicate/incorrect API call
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_cadet_service.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index a4ac42eb8..14826c40b 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -348,18 +348,6 @@ void
348GNUNET_CADET_notify_transmit_ready_cancel (struct GNUNET_CADET_TransmitHandle 348GNUNET_CADET_notify_transmit_ready_cancel (struct GNUNET_CADET_TransmitHandle
349 *th); 349 *th);
350 350
351
352/**
353 * Cancel only the notify without cleaning the structs to a futher call to channel destroy
354 *
355 * @param th handle that was returned by "notify_transmit_ready".
356 */
357void
358GNUNET_CADET_cancel_notify (struct GNUNET_CADET_TransmitHandle
359 *th);
360
361
362
363 351
364/** 352/**
365 * Indicate readiness to receive the next message on a channel. 353 * Indicate readiness to receive the next message on a channel.