summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
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 53ecdfe00..ba9f66882 100644
--- a/dive.h
+++ b/dive.h
@@ -101,6 +101,7 @@ struct sample {
};
struct dive {
+ const char *name;
time_t when;
depth_t maxdepth, meandepth;
duration_t duration, surfacetime;