aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate.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/datatemplate.h
parentc572a2cabca0339e633eb6ca98fbf0a3bed53497 (diff)
Add data_template_write_to_fh and stream_write_data_template
Diffstat (limited to 'libcrystfel/src/datatemplate.h')
-rw-r--r--libcrystfel/src/datatemplate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/datatemplate.h b/libcrystfel/src/datatemplate.h
index 07f2387d..419d73b8 100644
--- a/libcrystfel/src/datatemplate.h
+++ b/libcrystfel/src/datatemplate.h
@@ -103,6 +103,8 @@ extern int data_template_rotate_group(DataTemplate *dtempl,
const char *group_name,
double ang, char axis);
+extern int data_template_write_to_fh(const DataTemplate *dtempl, FILE *fh);
+
extern int data_template_write_to_file(const DataTemplate *dtempl,
const char *filename);