diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-13 14:58:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-13 14:58:06 -0700 |
commit | c6b13fad5aebdf7ee7f1b67da58512e49840a7c1 (patch) | |
tree | 785afaa39465aaed851b6b3870ca001509b8560f /dive.h | |
parent | c7b9387d4bf624230ca2e317e7ac8cf5b4b81f0c (diff) | |
download | subsurface-c6b13fad5aebdf7ee7f1b67da58512e49840a7c1.tar.gz |
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>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |