summaryrefslogtreecommitdiffstats
path: root/divesite.c
diff options
context:
space:
mode:
Diffstat (limited to 'divesite.c')
-rw-r--r--divesite.c5
1 files changed, 5 insertions, 0 deletions
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;