aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_cadet_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_cadet_service.h')
-rw-r--r--src/include/gnunet_cadet_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 4d13606ef..fd838df8d 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -740,9 +740,9 @@ typedef void
740 * #GNUNET_CADET_ConnectEventHandler, also with a non-zero value. 740 * #GNUNET_CADET_ConnectEventHandler, also with a non-zero value.
741 * 741 *
742 * @param cls Channel closure. 742 * @param cls Channel closure.
743 * @param channel Connection to the other end (henceforth invalid). 743 * @param channel Connection to the other end --- FIXME: drop?
744 * @param window_size New window size. If the is more messages than buffer size 744 * @param window_size New window size. If the is more messages than buffer size
745 * this value will be negative.. 745 * this value will be negative. -- FIXME: make unsigned, we never call negative?
746 */ 746 */
747typedef void 747typedef void
748(*GNUNET_CADET_WindowSizeEventHandler) (void *cls, 748(*GNUNET_CADET_WindowSizeEventHandler) (void *cls,