From 53b805131edeea839dc0af9a51b9e953fc4fcabf Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 1 Jul 2015 12:28:15 -0700 Subject: Geo taxonomy: add the taxonomy information to dive sites Make the helper functions handle it as well Signed-off-by: Dirk Hohndel --- divesite.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'divesite.h') diff --git a/divesite.h b/divesite.h index 71f3c0de7..306272e96 100644 --- a/divesite.h +++ b/divesite.h @@ -2,6 +2,7 @@ #define DIVESITE_H #include "units.h" +#include "taxonomy.h" #include #ifdef __cplusplus @@ -17,6 +18,7 @@ struct dive_site degrees_t latitude, longitude; char *description; char *notes; + struct taxonomy_data taxonomy; }; struct dive_site_table { -- cgit v1.2.3-70-g09d2