aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 3fbfff55..949ac7d1 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -185,6 +185,11 @@ struct image
extern "C" {
#endif
+/* File classifiers */
+extern int is_hdf5_file(const char *filename, int *err);
+extern int is_cbf_file(const char *filename, int *err);
+extern int is_cbfgz_file(const char *filename, int *err);
+
/* Feature lists */
extern ImageFeatureList *image_feature_list_new(void);