summaryrefslogtreecommitdiffstats
path: root/divesite.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-11 11:22:00 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-12 11:18:12 -0800
commitdcfda29da6d5539c602935f3518749942dad2153 (patch)
tree09d16c0933950f450c96af489c2d167a3db36648 /divesite.c
parent9edb7811ef3366cf5ee378a07adb7121fab8630a (diff)
downloadsubsurface-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.c2
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"