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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 949ac7d1..8930ffe7 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -265,8 +265,8 @@ extern ImageFeatureList *image_read_peaks(const DataTemplate *dtempl,
extern char **image_expand_frames(const DataTemplate *dtempl,
const char *filename, int *nframes);
-extern int image_create_dp_bad_sat(struct image *image,
- const DataTemplate *dtempl);
+extern int image_create_dp_bad(struct image *image,
+ const DataTemplate *dtempl);
extern int image_set_zero_data(struct image *image,
const DataTemplate *dtempl);