summaryrefslogtreecommitdiff
path: root/src/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.h')
-rw-r--r--src/match.h4
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
40void match_fingers(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
43#endif 43#endif