From 304b35f770b1d4599e6a76c97cb3e02b19e98445 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Aug 2021 18:01:01 +0000 Subject: Adapt to skalibs-2.11.0.0, the real one Signed-off-by: Laurent Bercot --- src/libskabus/skabus_pub_send_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libskabus/skabus_pub_send_cb.c') diff --git a/src/libskabus/skabus_pub_send_cb.c b/src/libskabus/skabus_pub_send_cb.c index e95ab6c..008a280 100644 --- a/src/libskabus/skabus_pub_send_cb.c +++ b/src/libskabus/skabus_pub_send_cb.c @@ -8,7 +8,7 @@ #include -int skabus_pub_send_cb (unixmessage_t const *m, void *p) +int skabus_pub_send_cb (unixmessage const *m, void *p) { skabus_pub_send_result_t *r = p ; if (!m->len || m->nfds) return (errno = EPROTO, 0) ; -- cgit v1.3.1