diff options
Diffstat (limited to 'src/match.h')
| -rw-r--r-- | src/match.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/match.h b/src/match.h index e6d7d73..a83b651 100644 --- a/src/match.h +++ b/src/match.h | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | #include "common.h" | 38 | #include "common.h" |
| 39 | 39 | ||
| 40 | void match_fingers(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 | #endif | 43 | #endif |
