Cleanup: autogenerate remove_dive() and remove_trip()

The other dive- and trip-table functions were already autogenerated.
Let's do the same for these two.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-03-10 20:28:50 +01:00 committed by Dirk Hohndel
parent dc9427d16a
commit efb770c979
2 changed files with 11 additions and 17 deletions

View file

@ -407,7 +407,7 @@ 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_arg);
extern void remove_trip(dive_trip_t *trip, struct trip_table *trip_table_arg);
extern void remove_trip(const 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);