diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/dive.h b/core/dive.h index fc14a7661..4773d3157 100644 --- a/core/dive.h +++ b/core/dive.h @@ -410,8 +410,8 @@ extern void add_dive_to_trip(struct dive *, dive_trip_t *); struct dive *unregister_dive(int idx); extern void delete_single_dive(int idx); -extern void insert_trip(dive_trip_t *trip, struct trip_table *trip_table); -extern void unregister_trip(dive_trip_t *trip, struct trip_table *trip_table); +extern void insert_trip(dive_trip_t *trip, struct trip_table *trip_table_arg); +extern void unregister_trip(dive_trip_t *trip, struct trip_table *trip_table_arg); extern void free_trip(dive_trip_t *trip); extern timestamp_t trip_date(const struct dive_trip *trip); |