mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Oddly, finishing a sample doesn't require a sample
So let's not pass it around Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
854391419f
commit
1d6903c65a
5 changed files with 6 additions and 6 deletions
2
dive.h
2
dive.h
|
@ -281,7 +281,7 @@ extern struct dive *alloc_dive(void);
|
|||
extern void record_dive(struct dive *dive);
|
||||
|
||||
extern struct sample *prepare_sample(struct dive **divep);
|
||||
extern void finish_sample(struct dive *dive, struct sample *sample);
|
||||
extern void finish_sample(struct dive *dive);
|
||||
|
||||
extern void report_dives(gboolean imported);
|
||||
extern struct dive *fixup_dive(struct dive *dive);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue