summaryrefslogtreecommitdiffstats
path: root/divesite.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-14 15:33:28 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-14 15:33:28 -0700
commit9d622996bae40bf94feaa603282af973d48eeab1 (patch)
treee3d1f8a9e817b96a18979b88f6ba69bf3b797b2b /divesite.h
parent70656cddead4eaf3382d16af7be4898a34cbdec1 (diff)
parent536469107d94f265a03e44fcc755b92b9016cbca (diff)
downloadsubsurface-9d622996bae40bf94feaa603282af973d48eeab1.tar.gz
Merge branch 'tomaz'
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divesite.h')
-rw-r--r--divesite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/divesite.h b/divesite.h
index 3447d1836..fd590eb2c 100644
--- a/divesite.h
+++ b/divesite.h
@@ -60,6 +60,7 @@ bool dive_site_is_empty(struct dive_site *ds);
void copy_dive_site(struct dive_site *orig, struct dive_site *copy);
void clear_dive_site(struct dive_site *ds);
unsigned int get_distance(degrees_t lat1, degrees_t lon1, degrees_t lat2, degrees_t lon2);
+uint32_t find_or_create_dive_site_with_name(const char *name);
#ifdef __cplusplus
}