aboutsummaryrefslogtreecommitdiff
path: root/src/im-zmq.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-05-20 22:42:49 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commit23ea67dc03ac19f7a1457ecfdc8d5ee9cac68632 (patch)
treec9cf8cbc343b842c3da3803d67343f73071b96dd /src/im-zmq.h
parent302de26924528b31a2320c90fd944224674bd835 (diff)
Port indexamajig to new API, part II
This also removes a large chunk of legacy code
Diffstat (limited to 'src/im-zmq.h')
-rw-r--r--src/im-zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-zmq.h b/src/im-zmq.h
index 270a7c3a..ddf3f172 100644
--- a/src/im-zmq.h
+++ b/src/im-zmq.h
@@ -55,7 +55,7 @@ extern ImageFeatureList *get_peaks_msgpack(msgpack_object *obj,
int half_pixel_shift);
extern struct image *unpack_msgpack_data(msgpack_object *obj,
- DataTemplate *dtempl,
+ const DataTemplate *dtempl,
int no_image_data);
#else /* defined(HAVE_MSGPACK) && defined(HAVE_ZMQ) */