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:
parent
6a37d24a5a
commit
62fc8b0429
@ -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 ="";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user