aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.h
diff options
context:
space:
mode:
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,