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>
This commit is contained in:
Dirk Hohndel 2015-02-11 11:22:00 -08:00
parent 9edb7811ef
commit dcfda29da6
4 changed files with 52 additions and 0 deletions

2
divesite.c Normal file
View file

@ -0,0 +1,2 @@
/* divesite.c */
#include "divesite.h"