From dcfda29da6d5539c602935f3518749942dad2153 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 11 Feb 2015 11:22:00 -0800 Subject: 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 --- divesite.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 divesite.c (limited to 'divesite.c') 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" -- cgit v1.2.3-70-g09d2