aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dv_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dv_service.h')
-rw-r--r--src/include/gnunet_dv_service.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/include/gnunet_dv_service.h b/src/include/gnunet_dv_service.h
index 2bb2319b9..3454ebc24 100644
--- a/src/include/gnunet_dv_service.h
+++ b/src/include/gnunet_dv_service.h
@@ -68,12 +68,13 @@ struct GNUNET_DV_Handle;
68 * @param cont_cls closure for continuation 68 * @param cont_cls closure for continuation
69 * 69 *
70 */ 70 */
71int GNUNET_DV_send (struct GNUNET_DV_Handle *dv_handle, 71int
72 const struct GNUNET_PeerIdentity *target, 72GNUNET_DV_send (struct GNUNET_DV_Handle *dv_handle,
73 const char *msgbuf, size_t msgbuf_size, 73 const struct GNUNET_PeerIdentity *target, const char *msgbuf,
74 unsigned int priority, struct GNUNET_TIME_Relative timeout, 74 size_t msgbuf_size, unsigned int priority,
75 const void *addr, size_t addrlen, 75 struct GNUNET_TIME_Relative timeout, const void *addr,
76 GNUNET_TRANSPORT_TransmitContinuation cont, void *cont_cls); 76 size_t addrlen, GNUNET_TRANSPORT_TransmitContinuation cont,
77 void *cont_cls);
77 78
78 79
79 80