aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-08-09 08:25:58 +0000
committerNils Durner <durner@gnunet.org>2009-08-09 08:25:58 +0000
commitb309c5f5ae339faf3632f7ee3a86520981f6523a (patch)
tree76a946e557092b5a7dd88119e2193a1849890bc0 /src/include/gnunet_client_lib.h
parent3ec9635b91ede9037261608d3d173e348c7d9bd8 (diff)
downloadgnunet-b309c5f5ae339faf3632f7ee3a86520981f6523a.tar.gz
gnunet-b309c5f5ae339faf3632f7ee3a86520981f6523a.zip
rename NETWORK_socket API to NETWORK_connection (to make room for the new actual NET API)
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 eb8e1d127..b73691b79 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_notify_transmit_ready_cancel) 112 * using GNUNET_NETWORK_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,