]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Do min/max pressure and temperature based on the non-surface data
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index cc6e85da2c50b627f0ae1d68b6f41eb5a5e14382..abfd95174f60c63ccbfd415e5bca2e98c5e57b2f 100644 (file)
--- a/dive.h
+++ b/dive.h
@@ -132,6 +132,8 @@ struct dive {
        time_t when;
        char *location;
        char *notes;
+       char *divemaster, *buddy;
+       double latitude, longitude;
        depth_t maxdepth, meandepth;
        duration_t duration, surfacetime;
        depth_t visibility;