diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-08-06 14:03:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-08-06 14:03:24 -0700 |
commit | 39f606350b6025cb7c5cf9e657d7ef092eb026d7 (patch) | |
tree | aaf8d6a03cbb7769eb694d579b82fc6a191888cd /dive.h | |
parent | 4912951e97b4040941944e1df70a91366a6a5559 (diff) | |
download | subsurface-39f606350b6025cb7c5cf9e657d7ef092eb026d7.tar.gz |
Fill the list of weightsystems from data in existing dives
This was simply an omission in the current implementation. All the
plumbing was there but never got hooked up with the fixup_dive function as
intended.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -338,6 +338,7 @@ extern void exit_ui(void); extern void report_error(GError* error); extern void add_cylinder_description(cylinder_type_t *); +extern void add_weightsystem_description(weightsystem_t *); extern void add_people(const char *string); extern void add_location(const char *string); extern void remember_event(const char *eventname); |