From c3a08ff056e361257c1c2972d928235f82a37da8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 15 Jan 2013 17:17:24 -0800 Subject: Add diveplan to the dive notes This makes it easy to print out a dive plan - it's simply stored in the notes of the simulated dive we create. Signed-off-by: Dirk Hohndel --- dive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dive.h') 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; }; -- cgit v1.2.3-70-g09d2