summaryrefslogtreecommitdiffstats
path: root/divesite.h
diff options
context:
space:
mode:
Diffstat (limited to 'divesite.h')
-rw-r--r--divesite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/divesite.h b/divesite.h
index e0418b203..7dab210f1 100644
--- a/divesite.h
+++ b/divesite.h
@@ -63,6 +63,8 @@ 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);
+#define INVALID_DIVE_SITE_NAME "development use only - not a valid dive site name"
+
#ifdef __cplusplus
}
#endif