aboutsummaryrefslogtreecommitdiffstats
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 757860900..08d3aae8d 100644
--- a/dive.h
+++ b/dive.h
@@ -602,6 +602,7 @@ struct divedatapoint {
int depth;
int o2;
int he;
+ gboolean entered;
struct divedatapoint *next;
};