aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-08-29 17:55:26 +0000
committerNils Durner <durner@gnunet.org>2009-08-29 17:55:26 +0000
commitb1a757d39ec31b6e745ee4f5974a81e2af7ea06b (patch)
tree755563a839003dfae8c222076e0f67a839b023c9 /src/include/gnunet_client_lib.h
parent77b14843ec9990facf63586919c865d59c3a5996 (diff)
downloadgnunet-b1a757d39ec31b6e745ee4f5974a81e2af7ea06b.tar.gz
gnunet-b1a757d39ec31b6e745ee4f5974a81e2af7ea06b.zip
naming
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,