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