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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itrans-threshold.h b/src/itrans-threshold.h
index 24b3cc1..f19ea57 100644
--- a/src/itrans-threshold.h
+++ b/src/itrans-threshold.h
@@ -18,8 +18,8 @@
#include "control.h"
-extern unsigned int itrans_peaksearch_threshold(ImageRecord image, ControlContext *ctx);
-extern unsigned int itrans_peaksearch_adaptive_threshold(ImageRecord image, ControlContext *ctx);
+extern unsigned int itrans_peaksearch_threshold(ImageRecord *image, ControlContext *ctx);
+extern unsigned int itrans_peaksearch_adaptive_threshold(ImageRecord *image, ControlContext *ctx);
#endif /* ITRANS_THRESHOLD_H */