aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-29 18:34:03 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-29 18:34:03 +0000
commitaca96d397a1c5213236f0183d7b74e2e38906181 (patch)
tree062b827acb08abe050c0ac2f7c7f08a9b9a7d1ea /src/include/gnunet_client_lib.h
parenteb0874673e122ddd822af3f4a9f9090c6104cd2a (diff)
downloadgnunet-aca96d397a1c5213236f0183d7b74e2e38906181.tar.gz
gnunet-aca96d397a1c5213236f0183d7b74e2e38906181.zip
fixing remaining network-connection naming confusion in API
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 4ac993dea..8651b273c 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -111,11 +111,11 @@ void GNUNET_CLIENT_receive (struct GNUNET_CLIENT_Connection *sock,
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_CONNECTION_notify_transmit_ready_cancel) 112 * using GNUNET_CONNECTION_notify_transmit_ready_cancel)
113 */ 113 */
114struct GNUNET_NETWORK_TransmitHandle 114struct GNUNET_CONNECTION_TransmitHandle
115 *GNUNET_CLIENT_notify_transmit_ready (struct GNUNET_CLIENT_Connection *sock, 115 *GNUNET_CLIENT_notify_transmit_ready (struct GNUNET_CLIENT_Connection *sock,
116 size_t size, 116 size_t size,
117 struct GNUNET_TIME_Relative timeout, 117 struct GNUNET_TIME_Relative timeout,
118 GNUNET_NETWORK_TransmitReadyNotify 118 GNUNET_CONNECTION_TransmitReadyNotify
119 notify, void *notify_cls); 119 notify, void *notify_cls);
120 120
121 121