aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-19 12:28:39 +0200
committerThomas White <taw@physics.org>2020-08-19 12:28:39 +0200
commit5f4c120e3c74284e72525d9bb5a9a8da13871968 (patch)
tree5435770fba275f6fd1d068199bbe197262bab6de /libcrystfel/src/stream.h
parentd94e9bfa02bc1ee2f0e14132ea9f5f9d2689c757 (diff)
Const-cleaning
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r--libcrystfel/src/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index 0f28a4f8..9e92b35a 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -123,7 +123,7 @@ extern int stream_select_chunk(Stream *st, int chunk_number);
/* Read/write chunks */
extern struct image *stream_read_chunk(Stream *st, StreamFlags srf);
-extern int stream_write_chunk(Stream *st, struct image *image,
+extern int stream_write_chunk(Stream *st, const struct image *image,
StreamFlags srf);
#ifdef __cplusplus