aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-12-22 11:46:09 +0100
committerThomas White <taw@physics.org>2024-01-30 10:35:03 +0100
commit9cb19d72dffdb5c1b802ba14c971a21e8ca2982d (patch)
treeddf08e889bc0bad61f8b0666f1eebc24f11e5e87 /libcrystfel/src/stream.h
parentc572a2cabca0339e633eb6ca98fbf0a3bed53497 (diff)
Add data_template_write_to_fh and stream_write_data_template
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r--libcrystfel/src/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index 115d9918..beb620c7 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -95,6 +95,8 @@ extern Stream *stream_open_fd_for_write(int fd,
extern void stream_close(Stream *st);
/* Writing things to stream header */
+extern void stream_write_data_template(Stream *st,
+ const DataTemplate *dtempl);
extern void stream_write_geometry_file(Stream *st,
const char *geom_filename);
extern void stream_write_target_cell(Stream *st,