diff options
Diffstat (limited to 'divesite.h')
-rw-r--r-- | divesite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divesite.h b/divesite.h index d1d6ba9ae..71f64a0a1 100644 --- a/divesite.h +++ b/divesite.h @@ -49,7 +49,7 @@ static inline struct dive_site *get_dive_site_by_uuid(uint32_t uuid) return NULL; } -struct dive_site *alloc_dive_site(); +struct dive_site *alloc_dive_site(uint32_t uuid); int nr_of_dives_at_dive_site(uint32_t uuid, bool select_only); bool is_dive_site_used(uint32_t uuid, bool select_only); void delete_dive_site(uint32_t id); |