X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_dv_service.h;h=3454ebc24bed0f5603946d751bf660ca47b35f2b;hb=6973ade884b8e22e7fcaa51a90d00a8caa2d2fa4;hp=65f0ee5f62f67900334a866ab67bc13b59b08d56;hpb=4b7e96c40ff28a78ba34afea319e13230f930f39;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_dv_service.h b/src/include/gnunet_dv_service.h index 65f0ee5f6..3454ebc24 100644 --- a/src/include/gnunet_dv_service.h +++ b/src/include/gnunet_dv_service.h @@ -68,16 +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);