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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/datatemplate.h b/libcrystfel/src/datatemplate.h
index 006b1a63..c20cbcce 100644
--- a/libcrystfel/src/datatemplate.h
+++ b/libcrystfel/src/datatemplate.h
@@ -95,6 +95,9 @@ extern int data_template_rotate_group(DataTemplate *dtempl,
const char *group_name,
double ang, char axis);
+extern int data_template_write_to_file(const DataTemplate *dtempl,
+ const char *filename);
+
#ifdef __cplusplus
}
#endif