aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index eb75e8d1e..4ac993dea 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -109,7 +109,7 @@ void GNUNET_CLIENT_receive (struct GNUNET_CLIENT_Connection *sock,
109 * @param notify_cls closure for notify 109 * @param notify_cls closure for notify
110 * @return NULL if someone else is already waiting to be notified 110 * @return NULL if someone else is already waiting to be notified
111 * non-NULL if the notify callback was queued (can be used to cancel 111 * non-NULL if the notify callback was queued (can be used to cancel
112 * using GNUNET_NETWORK_connection_notify_transmit_ready_cancel) 112 * using GNUNET_CONNECTION_notify_transmit_ready_cancel)
113 */ 113 */
114struct GNUNET_NETWORK_TransmitHandle 114struct GNUNET_NETWORK_TransmitHandle
115 *GNUNET_CLIENT_notify_transmit_ready (struct GNUNET_CLIENT_Connection *sock, 115 *GNUNET_CLIENT_notify_transmit_ready (struct GNUNET_CLIENT_Connection *sock,