aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-07-05 11:54:56 +0200
committerThomas White <taw@physics.org>2019-07-05 11:54:56 +0200
commit1327486d896abcf27df04c95613e49a0d113b79b (patch)
tree566eecc1d0550a228a8316ed16646088bea221c4 /libcrystfel/src/stream.h
parentd62367db8fee57c01a76543fafb84313329c3650 (diff)
Read geometry file from start of stream
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 ea271d9b..5b29fbb1 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -135,6 +135,7 @@ extern void write_geometry_file(Stream *st, const char *geom_filename);
extern int rewind_stream(Stream *st);
extern int is_stream(const char *filename);
extern char *stream_audit_info(Stream *st);
+extern char *stream_geometry_file(Stream *st);
#ifdef __cplusplus
}