aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-04-24 16:43:40 +0200
committerThomas White <taw@physics.org>2018-04-24 16:43:40 +0200
commit9d57a73df4c5f905428923339620046b212f4bdb (patch)
tree142c049a1abec8a4fbf40653868a89563a44a820 /libcrystfel/src/stream.h
parent8f0d9b1419dd2fc14b561cfdd5ef639966436328 (diff)
Read audit information from stream
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r--libcrystfel/src/stream.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index 2ed7b050..b50da832 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -3,11 +3,11 @@
*
* Stream tools
*
- * Copyright © 2013-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2018 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2017 Thomas White <taw@physics.org>
+ * 2010-2018 Thomas White <taw@physics.org>
* 2014 Valerio Mariani
* 2011 Andrew Aquila
*
@@ -121,6 +121,7 @@ extern void write_command(Stream *st, int argc, char *argv[]);
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);
#ifdef __cplusplus
}