diff options
Diffstat (limited to 'core/divelist.h')
-rw-r--r-- | core/divelist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/divelist.h b/core/divelist.h index ce4943660..d926886b6 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -28,8 +28,8 @@ extern void add_single_dive(int idx, struct dive *dive); extern void get_dive_gas(const struct dive *dive, int *o2_p, int *he_p, int *o2low_p); extern int get_divenr(const struct dive *dive); extern int get_divesite_idx(const struct dive_site *ds); -extern struct dive_trip *unregister_dive_from_trip(struct dive *dive, short was_autogen); -extern void remove_dive_from_trip(struct dive *dive, short was_autogen); +extern struct dive_trip *unregister_dive_from_trip(struct dive *dive); +extern void remove_dive_from_trip(struct dive *dive); extern dive_trip_t *alloc_trip(void); extern dive_trip_t *create_trip_from_dive(struct dive *dive); extern dive_trip_t *create_and_hookup_trip_from_dive(struct dive *dive); |