aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_connection_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_connection_lib.h')
-rw-r--r--src/include/gnunet_connection_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index 7ee3c109d..3e48d32ea 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -341,12 +341,12 @@ GNUNET_CONNECTION_notify_transmit_ready (struct GNUNET_CONNECTION_Handle *sock,
341 * Cancel the specified transmission-ready 341 * Cancel the specified transmission-ready
342 * notification. 342 * notification.
343 * 343 *
344 * @param h handle for notification to cancel 344 * @param th handle for notification to cancel
345 */ 345 */
346void 346void
347GNUNET_CONNECTION_notify_transmit_ready_cancel (struct 347GNUNET_CONNECTION_notify_transmit_ready_cancel (struct
348 GNUNET_CONNECTION_TransmitHandle 348 GNUNET_CONNECTION_TransmitHandle
349 *h); 349 *th);
350 350
351 351
352/** 352/**