From e36e4d1faa95439a1806935de6dcbd04d2283d20 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 31 Aug 2015 21:35:17 -0300 Subject: UI code to merge dive sites Get the Qt data structures and convert to something that we can use in our C - core. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- divesite.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'divesite.c') diff --git a/divesite.c b/divesite.c index ec552b66a..2b5c48849 100644 --- a/divesite.c +++ b/divesite.c @@ -276,6 +276,11 @@ void clear_dive_site(struct dive_site *ds) free_taxonomy(&ds->taxonomy); } +void merge_dive_sites(uint32_t* uuids, int count) +{ + +} + uint32_t find_or_create_dive_site_with_name(const char *name, timestamp_t divetime) { int i; -- cgit v1.2.3-70-g09d2