aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-13 14:58:06 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-13 14:58:06 -0700
commitc6b13fad5aebdf7ee7f1b67da58512e49840a7c1 (patch)
tree785afaa39465aaed851b6b3870ca001509b8560f /dive.h
parentc7b9387d4bf624230ca2e317e7ac8cf5b4b81f0c (diff)
downloadsubsurface-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index cc6e85da2..8503c3b93 100644
--- a/dive.h
+++ b/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;