aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-10-17 13:33:37 +0200
committerThomas White <taw@physics.org>2017-10-17 13:33:37 +0200
commitf15f4b792826c917f258c2e6195f6994d3450754 (patch)
tree02ebac694c3b1a49059089fa3c65879a3bda2896 /libcrystfel/src/stream.h
parentc0ce8fb481a89225a99c3ab27571ed22709d4ac2 (diff)
Handle old indexing methods
There are limits to how well they can be handled, but this avoids screwing users over too much.
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r--libcrystfel/src/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index 764e3e36..2ed7b050 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -106,6 +106,7 @@ extern void close_stream(Stream *st);
extern int read_chunk(Stream *st, struct image *image);
extern int read_chunk_2(Stream *st, struct image *image,
StreamReadFlags srf);
+extern int stream_has_old_indexers(Stream *st);
extern int write_chunk(Stream *st, struct image *image, struct imagefile *imfile,
int include_peaks, int include_reflections,