mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 21:36:16 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue