Cleanup: make create_divesite_uuid() of static linkage

This function was not used outside of core/divesite.h

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-02-04 21:42:10 +01:00 committed by Dirk Hohndel
parent 6a37d24a5a
commit 62fc8b0429

View file

@ -188,7 +188,7 @@ void delete_dive_site(struct dive_site *ds)
}
}
uint32_t create_divesite_uuid(const char *name, timestamp_t divetime)
static uint32_t create_divesite_uuid(const char *name, timestamp_t divetime)
{
if (name == NULL)
name ="";