From 62fc8b0429e2e45f6eb0bf7fd28221e2c78e4f30 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 4 Feb 2019 21:42:10 +0100 Subject: [PATCH] Cleanup: make create_divesite_uuid() of static linkage This function was not used outside of core/divesite.h Signed-off-by: Berthold Stoeger --- core/divesite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/divesite.c b/core/divesite.c index d09597190..376321189 100644 --- a/core/divesite.c +++ b/core/divesite.c @@ -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 ="";