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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index c900bd29..99c3d57e 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -271,6 +271,7 @@ extern void imagefile_copy_fields(struct imagefile *f,
const struct imagefile_field_list *copyme,
FILE *fh, struct event *ev);
extern void imagefile_close(struct imagefile *f);
+extern signed int is_cbf_file(const char *filename);
/* Field lists */
extern struct imagefile_field_list *new_imagefile_field_list(void);