diff options
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r-- | libcrystfel/src/stream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h index 6970ea02..43881ecf 100644 --- a/libcrystfel/src/stream.h +++ b/libcrystfel/src/stream.h @@ -107,13 +107,16 @@ extern void stream_write_commandline_args(Stream *st, extern void stream_write_indexing_methods(Stream *st, const char *indm_str); +/* Metadata */ extern int stream_has_old_indexers(Stream *st); extern char *stream_audit_info(Stream *st); extern char *stream_geometry_file(Stream *st); +/* Low-level stuff used for indexamajig sandbox */ extern int stream_get_fd(Stream *st); extern int stream_rewind(Stream *st); +/* Read/write chunks */ extern struct image *stream_read_chunk(Stream *st, const DataTemplate *dtempl, StreamFlags srf); |