diff options
Diffstat (limited to 'src/libskabus/skabus_pub_sendv.c')
-rw-r--r-- | src/libskabus/skabus_pub_sendv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libskabus/skabus_pub_sendv.c b/src/libskabus/skabus_pub_sendv.c index ff1c743..bc4fa1f 100644 --- a/src/libskabus/skabus_pub_sendv.c +++ b/src/libskabus/skabus_pub_sendv.c @@ -7,7 +7,7 @@ #include <skabus/pub.h> -uint64_t skabus_pub_sendv_withfds (skabus_pub_t *a, struct iovec const *v, unsigned int vlen, int const *fds, unsigned int nfds, unsigned char const *bits, tain_t const *deadline, tain_t *stamp) +uint64_t skabus_pub_sendv_withfds (skabus_pub_t *a, struct iovec const *v, unsigned int vlen, int const *fds, unsigned int nfds, unsigned char const *bits, tain const *deadline, tain *stamp) { skabus_pub_send_result_t r ; if (!skabus_pub_sendv_withfds_async(a, v, vlen, fds, nfds, bits, &r)) return 0 ; |