diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2016-01-10 12:12:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-10 14:13:58 -0800 |
commit | 7701975d9804f9ce1f62a10a1a2d890f7c1b82d1 (patch) | |
tree | db43000c7dda553edc671e9c335418e517867e10 /subsurface-core/save-html.h | |
parent | 82c87204e48654a9b2661c68fe66b9f16f81c4ba (diff) | |
download | subsurface-7701975d9804f9ce1f62a10a1a2d890f7c1b82d1.tar.gz |
Support for imperial depth on worldmap export
This will use the depth units from user preferences when exporting the
worldmap.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/save-html.h')
-rw-r--r-- | subsurface-core/save-html.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/save-html.h b/subsurface-core/save-html.h index 20743e90a..13bb102b1 100644 --- a/subsurface-core/save-html.h +++ b/subsurface-core/save-html.h @@ -9,6 +9,7 @@ extern "C" { #include "membuffer.h" void put_HTML_date(struct membuffer *b, struct dive *dive, const char *pre, const char *post); +void put_HTML_depth(struct membuffer *b, struct dive *dive, const char *pre, const char *post); void put_HTML_airtemp(struct membuffer *b, struct dive *dive, const char *pre, const char *post); void put_HTML_watertemp(struct membuffer *b, struct dive *dive, const char *pre, const char *post); void put_HTML_time(struct membuffer *b, struct dive *dive, const char *pre, const char *post); |