aboutsummaryrefslogtreecommitdiff
path: root/src/itrans-threshold.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itrans-threshold.h')
-rw-r--r--src/itrans-threshold.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/itrans-threshold.h b/src/itrans-threshold.h
index f19ea57..496ded9 100644
--- a/src/itrans-threshold.h
+++ b/src/itrans-threshold.h
@@ -16,10 +16,10 @@
#include <config.h>
#endif
-#include "control.h"
+#include "image.h"
-extern unsigned int itrans_peaksearch_threshold(ImageRecord *image, ControlContext *ctx);
-extern unsigned int itrans_peaksearch_adaptive_threshold(ImageRecord *image, ControlContext *ctx);
+extern ImageFeatureList *itrans_peaksearch_threshold(ImageRecord *image);
+extern ImageFeatureList *itrans_peaksearch_adaptive_threshold(ImageRecord *image);
#endif /* ITRANS_THRESHOLD_H */