diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-11 11:22:00 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-12 11:18:12 -0800 |
commit | dcfda29da6d5539c602935f3518749942dad2153 (patch) | |
tree | 09d16c0933950f450c96af489c2d167a3db36648 /dive.h | |
parent | 9edb7811ef3366cf5ee378a07adb7121fab8630a (diff) | |
download | subsurface-dcfda29da6d5539c602935f3518749942dad2153.tar.gz |
Add dive site data structure
This leaves location and gps coordinates in the struct dive to allow a
step by step migration.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -319,6 +319,7 @@ struct dive { bool downloaded; timestamp_t when; char *location; + uint32_t dive_site_uuid; char *notes; char *divemaster, *buddy; int rating; |