summaryrefslogtreecommitdiffstats
path: root/worldmap-save.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2014-05-21 15:23:05 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-21 22:18:36 +0900
commit19e22e1bb76d942ae17a5515c5d635a7d63f70e9 (patch)
tree05fbf1b5ff96f4e14bf8c46109691b04e19a314e /worldmap-save.h
parent7dc642860def420f85ae25548ddfa674e14636d1 (diff)
downloadsubsurface-19e22e1bb76d942ae17a5515c5d635a7d63f70e9.tar.gz
Add ability to export only selected dives in worldmap exporter
This patch adds the ability to export selected dives only in the worldmap exporter. After Miika added the export dialog in commit 7dc642860def ("Implementing export dialog") and exporting only selected dives became a choice while exporting. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'worldmap-save.h')
-rw-r--r--worldmap-save.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/worldmap-save.h b/worldmap-save.h
index 72363e482..2aeaecd28 100644
--- a/worldmap-save.h
+++ b/worldmap-save.h
@@ -5,7 +5,7 @@
extern "C" {
#endif
-extern void export_worldmap_HTML(const char* x);
+extern void export_worldmap_HTML(const char* file_name, const bool selected_only);
#ifdef __cplusplus