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 114ab9cbf..a6ba61519 100644
--- a/dive.h
+++ b/dive.h
@@ -233,6 +233,7 @@ struct event {
struct event *next;
duration_t time;
int type, flags, value;
+ gboolean deleted;
char name[];
};