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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index d7884e4c..c900bd29 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -257,7 +257,7 @@ extern struct imagefeature *image_get_feature(ImageFeatureList *flist, int idx);
extern ImageFeatureList *sort_peaks(ImageFeatureList *flist);
extern void image_add_crystal(struct image *image, Crystal *cryst);
-extern void remove_flagged_crystals(struct image *image);
+extern int remove_flagged_crystals(struct image *image);
extern void free_all_crystals(struct image *image);
/* Image files */