diff options
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h index 7b66b9ac..9d475ea9 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -27,7 +27,7 @@ extern void search_peaks(struct image *image, float threshold, extern void integrate_reflections(struct image *image, int polar, int use_closer, int bgsub); -extern int peak_sanity_check(RefList *rlist, ImageFeatureList *flist); +extern int peak_sanity_check(struct image * image); /* Exported so it can be poked by integration_check */ extern int integrate_peak(struct image *image, int cfs, int css, |