diff options
author | Thomas White <taw@physics.org> | 2021-05-25 12:03:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-05-25 12:03:01 +0200 |
commit | 1d3ef5dbe8f9d8bfaafe76ef5c2d86c1c0c594b0 (patch) | |
tree | a026da04784fc24f8ff9b9cb5adf4b1b2a978105 /src/im-zmq.h | |
parent | 3fa2695d7267747de8e957b3c494fba76f3922ad (diff) |
Fix dummy prototype for im_zmq_connect
Diffstat (limited to 'src/im-zmq.h')
-rw-r--r-- | src/im-zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |