From 0ce215e0d90e8d7612917b75f73bb703b9ada9ae Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 12 Feb 2015 12:28:54 -0800 Subject: Fix dive site creation from v2 git storage Clearly didn't test that part well enough. Signed-off-by: Dirk Hohndel --- divesite.h | 1 + 1 file changed, 1 insertion(+) (limited to 'divesite.h') diff --git a/divesite.h b/divesite.h index b3487c341..f0cf08067 100644 --- a/divesite.h +++ b/divesite.h @@ -60,6 +60,7 @@ struct dive_site *alloc_dive_site(); uint32_t create_dive_site(const char *name); uint32_t create_dive_site_with_gps(const char *name, degrees_t latitude, degrees_t longitude); uint32_t dive_site_uuid_by_name(const char *name); +struct dive_site *get_or_create_dive_site_by_uuid(uint32_t uuid); #ifdef __cplusplus } -- cgit v1.2.3-70-g09d2