mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add divemaster/buddy field and text entry
I have it in some of my notes, and Dirk seems to fill that in too, so let's just show it, save it, and allow editing of it.. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c7b9387d4b
commit
c6b13fad5a
4 changed files with 35 additions and 3 deletions
1
dive.h
1
dive.h
|
@ -132,6 +132,7 @@ struct dive {
|
|||
time_t when;
|
||||
char *location;
|
||||
char *notes;
|
||||
char *divemaster, *buddy;
|
||||
depth_t maxdepth, meandepth;
|
||||
duration_t duration, surfacetime;
|
||||
depth_t visibility;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue