summaryrefslogtreecommitdiff
path: root/src/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.h')
-rw-r--r--src/match.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/match.h b/src/match.h
index 98e1fa5..efba6f5 100644
--- a/src/match.h
+++ b/src/match.h
@@ -40,4 +40,12 @@
40void mtdev_match(int index[DIM_FINGER], int A[DIM2_FINGER], 40void mtdev_match(int index[DIM_FINGER], int A[DIM2_FINGER],
41 int nrow, int ncol); 41 int nrow, int ncol);
42 42
43struct trk_coord {
44 int x;
45 int y;
46};
47
48const unsigned char *mtdev_match_four(const struct trk_coord *old, int nslot,
49 const struct trk_coord *pos, int npos);
50
43#endif 51#endif