diff options
Diffstat (limited to 'src/match.h')
| -rw-r--r-- | src/match.h | 8 |
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 @@ | |||
| 40 | void mtdev_match(int index[DIM_FINGER], int A[DIM2_FINGER], | 40 | void mtdev_match(int index[DIM_FINGER], int A[DIM2_FINGER], |
| 41 | int nrow, int ncol); | 41 | int nrow, int ncol); |
| 42 | 42 | ||
| 43 | struct trk_coord { | ||
| 44 | int x; | ||
| 45 | int y; | ||
| 46 | }; | ||
| 47 | |||
| 48 | const 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 |
