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 d89617431..5f7955fa5 100644 --- a/core/cochran.c +++ b/core/cochran.c @@ -791,10 +791,11 @@ 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, struct trip_table *trips) +int try_to_open_cochran(const char *filename, struct memblock *mem, struct dive_table *table, struct trip_table *trips, struct dive_site_table *sites) { UNUSED(filename); UNUSED(trips); + UNUSED(sites); unsigned int i; unsigned int mod; unsigned int *offsets, dive1, dive2; |