aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 2b866e6f8..4e6093a68 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -103,7 +103,7 @@ struct GNUNET_CLIENT_TransmitHandle
103 103
104 104
105/** 105/**
106 * Context for processing 106 * Context for processing
107 * "GNUNET_CLIENT_transmit_and_get_response" requests. 107 * "GNUNET_CLIENT_transmit_and_get_response" requests.
108 */ 108 */
109struct TransmitGetResponseContext 109struct TransmitGetResponseContext
@@ -692,7 +692,7 @@ write_test (void *cls, size_t size, void *buf)
692 * 692 *
693 * @param service name of the service to wait for 693 * @param service name of the service to wait for
694 * @param cfg configuration to use 694 * @param cfg configuration to use
695 * @param timeout how long to wait at most 695 * @param timeout how long to wait at most
696 * @param task task to run if service is running 696 * @param task task to run if service is running
697 * (reason will be "PREREQ_DONE" (service running) 697 * (reason will be "PREREQ_DONE" (service running)
698 * or "TIMEOUT" (service not known to be running)) 698 * or "TIMEOUT" (service not known to be running))
@@ -1108,7 +1108,7 @@ GNUNET_CLIENT_notify_transmit_ready (struct GNUNET_CLIENT_Connection *sock,
1108 1108
1109/** 1109/**
1110 * Cancel a request for notification. 1110 * Cancel a request for notification.
1111 * 1111 *
1112 * @param th handle from the original request. 1112 * @param th handle from the original request.
1113 */ 1113 */
1114void 1114void
@@ -1188,7 +1188,7 @@ transmit_for_response (void *cls, size_t size, void *buf)
1188 * if the caller does not care about temporary connection errors, 1188 * if the caller does not care about temporary connection errors,
1189 * for example because the protocol is stateless 1189 * for example because the protocol is stateless
1190 * @param rn function to call with the response 1190 * @param rn function to call with the response
1191 * @param rn_cls closure for rn 1191 * @param rn_cls closure for rn
1192 * @return GNUNET_OK on success, GNUNET_SYSERR if a request 1192 * @return GNUNET_OK on success, GNUNET_SYSERR if a request
1193 * is already pending 1193 * is already pending
1194 */ 1194 */