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:
Linus Torvalds 2011-09-13 14:58:06 -07:00
parent c7b9387d4b
commit c6b13fad5a
4 changed files with 35 additions and 3 deletions

1
dive.h
View file

@ -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;