From 92cda0d130227584499414009cdc64d64c3ada98 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 7 Mar 2011 17:31:46 +0100 Subject: Make prototype agree with code --- src/detector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/detector.h') diff --git a/src/detector.h b/src/detector.h index 3a4948a9..63a279ad 100644 --- a/src/detector.h +++ b/src/detector.h @@ -57,7 +57,7 @@ struct detector int max_ss; /* Size of overall array needed, minus 1 */ }; -extern struct rvec get_q(struct image *image, double xs, double ys, +extern struct rvec get_q(struct image *image, double fs, double ss, double *ttp, double k); extern double get_tt(struct image *image, double xs, double ys); -- cgit v1.2.3