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 /divesite.c | |
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 'divesite.c')
-rw-r--r-- | divesite.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/divesite.c b/divesite.c new file mode 100644 index 000000000..1d3bb1c0d --- /dev/null +++ b/divesite.c @@ -0,0 +1,2 @@ +/* divesite.c */ +#include "divesite.h" |