X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_dv_service.h;h=3454ebc24bed0f5603946d751bf660ca47b35f2b;hb=6973ade884b8e22e7fcaa51a90d00a8caa2d2fa4;hp=2bb2319b965dd8deedda1d4625c83856b20f69cb;hpb=6fd3e715cae09fa6e657c96f1c6f9711ee51f42f;p=oweals%2Fgnunet.git 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; * @param cont_cls closure for continuation * */ -int GNUNET_DV_send (struct GNUNET_DV_Handle *dv_handle, - const struct GNUNET_PeerIdentity *target, - const char *msgbuf, size_t msgbuf_size, - unsigned int priority, struct GNUNET_TIME_Relative timeout, - const void *addr, size_t addrlen, - GNUNET_TRANSPORT_TransmitContinuation cont, void *cont_cls); +int +GNUNET_DV_send (struct GNUNET_DV_Handle *dv_handle, + const struct GNUNET_PeerIdentity *target, const char *msgbuf, + size_t msgbuf_size, unsigned int priority, + struct GNUNET_TIME_Relative timeout, const void *addr, + size_t addrlen, GNUNET_TRANSPORT_TransmitContinuation cont, + void *cont_cls);