aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/dv_api.c')
-rw-r--r--src/dv/dv_api.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dv/dv_api.c b/src/dv/dv_api.c
index 3450e5844..d4c07ecdc 100644
--- a/src/dv/dv_api.c
+++ b/src/dv/dv_api.c
@@ -180,7 +180,8 @@ try_connect (struct GNUNET_DV_Handle *ret)
180 return GNUNET_NO; 180 return GNUNET_NO;
181} 181}
182 182
183static void process_pending_message (struct GNUNET_DV_Handle *handle); 183static void
184process_pending_message (struct GNUNET_DV_Handle *handle);
184 185
185/** 186/**
186 * Send complete, schedule next 187 * Send complete, schedule next
@@ -284,8 +285,8 @@ process_pending_message (struct GNUNET_DV_Handle *handle)
284 if (NULL == 285 if (NULL ==
285 (handle->th = 286 (handle->th =
286 GNUNET_CLIENT_notify_transmit_ready (handle->client, 287 GNUNET_CLIENT_notify_transmit_ready (handle->client,
287 ntohs (handle->current->msg->header. 288 ntohs (handle->current->msg->
288 size), 289 header.size),
289 handle->current->msg->timeout, 290 handle->current->msg->timeout,
290 GNUNET_YES, &transmit_pending, 291 GNUNET_YES, &transmit_pending,
291 handle))) 292 handle)))