From 1d3ef5dbe8f9d8bfaafe76ef5c2d86c1c0c594b0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 25 May 2021 12:03:01 +0200 Subject: Fix dummy prototype for im_zmq_connect --- src/im-zmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im-zmq.h b/src/im-zmq.h index 557f42e3..88c0a568 100644 --- a/src/im-zmq.h +++ b/src/im-zmq.h @@ -48,7 +48,7 @@ extern void *im_zmq_fetch(struct im_zmq *z, size_t *pdata_size); #else /* defined(HAVE_ZMQ) */ static UNUSED struct im_zmq *im_zmq_connect(const char *zmq_address, - char *zmq_subscriptions, + char **zmq_subscriptions, int n_subscriptions, const char *zmq_request) { return NULL; } static UNUSED void im_zmq_shutdown(struct im_zmq *z) { } -- cgit v1.2.3