]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Support gps coordinates for the location info
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 8503c3b933518a66bd9e227838136bf19ee73f08..abfd95174f60c63ccbfd415e5bca2e98c5e57b2f 100644 (file)
--- a/dive.h
+++ b/dive.h
@@ -133,6 +133,7 @@ struct dive {
        char *location;
        char *notes;
        char *divemaster, *buddy;
+       double latitude, longitude;
        depth_t maxdepth, meandepth;
        duration_t duration, surfacetime;
        depth_t visibility;