diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-03-24 10:00:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-03-24 06:37:56 -0700 |
commit | 12d5ab4ce31756999fc34a56c50f54dc585d8bbb (patch) | |
tree | d3d262c988ca6e5d6eb9436ae51032bb9bc47480 /divelist.h | |
parent | ca0ecc234adc8948e093f47feaf622435849f48a (diff) | |
download | subsurface-12d5ab4ce31756999fc34a56c50f54dc585d8bbb.tar.gz |
Export dives to UDDF file
This patch implements exporting dives from Subsurface to UDDF format.
Events and cylinder info are the most remarkable things still missing
from the export.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h index 47f79e278..856318e2d 100644 --- a/divelist.h +++ b/divelist.h @@ -15,4 +15,5 @@ extern void select_next_dive(void); extern void select_prev_dive(void); extern void show_and_select_dive(struct dive *dive); extern double init_decompression(struct dive * dive); +extern void export_all_dives_uddf_cb(); #endif |