[Divesite] Add country on divesite

Add more information for the divesite, a country can be used to help
sorting.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2017-10-02 17:03:02 +02:00 committed by Dirk Hohndel
parent aca8fea2a9
commit cabf8c0c21
2 changed files with 8 additions and 0 deletions

View file

@ -17,6 +17,7 @@ struct dive_site
{
uint32_t uuid;
char *name;
char *country;
degrees_t latitude, longitude;
char *description;
char *notes;