diff options
Diffstat (limited to 'core/cochran.c')
-rw-r--r-- | core/cochran.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/cochran.c b/core/cochran.c index 01f733043..a3e4c9a13 100644 --- a/core/cochran.c +++ b/core/cochran.c @@ -791,9 +791,10 @@ static void cochran_parse_dive(const unsigned char *decode, unsigned mod, free(buf); } -int try_to_open_cochran(const char *filename, struct memblock *mem, struct dive_table *table) +int try_to_open_cochran(const char *filename, struct memblock *mem, struct dive_table *table, struct trip_table *trips) { UNUSED(filename); + UNUSED(trips); unsigned int i; unsigned int mod; unsigned int *offsets, dive1, dive2; |