summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2013-10-19 20:35:36 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-20 15:26:02 +0200
commit3e485113185bf230ee408e921de958dfa804fc0e (patch)
tree4c388c92cb54e3b918844fdb154964f9efb3eb13 /dive.h
parentbdedf46e4c53e6b8e8134c4ab465b32ae1043e2e (diff)
downloadsubsurface-3e485113185bf230ee408e921de958dfa804fc0e.tar.gz
Export dives in UDDF format
Implement exporting in UDDF format as was done in Gtk version. File menu exports all the dives, right click on selection exports the selected ones. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index b1a3614ef..3724cef29 100644
--- a/dive.h
+++ b/dive.h
@@ -621,6 +621,7 @@ extern void parse_csv_file(const char *filename, int time, int depth, int temp,
extern void save_dives(const char *filename);
extern void save_dives_logic(const char *filename, bool select_only);
extern void save_dive(FILE *f, struct dive *dive);
+extern void export_dives_uddf(const char *filename, const bool selected);
extern xsltStylesheetPtr get_stylesheet(const char *name);