diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-06-22 09:19:50 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-06-22 09:19:50 +0200 |
| commit | 172221f14fc91ebb37aa4c561ad733088cc3c3bf (patch) | |
| tree | e2244d4aedf1513a8990cc6fbdfd7aeefd090c14 /src/match.h | |
| parent | 925ad71be727ec8da3cd71a2c1c965d336ff856f (diff) | |
match: conform to mtdev namespace
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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 |
