diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-06-24 16:01:49 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-24 21:39:10 +0800 |
commit | e9c4259db43dbd2de204295f9cdae8c9cc267a5d (patch) | |
tree | 111fc6e1fef554035d21fb2c523824531437bf84 /save-html.h | |
parent | ccfdcca6e63336fddf4444e7bcf56c009c6195f7 (diff) | |
download | subsurface-e9c4259db43dbd2de204295f9cdae8c9cc267a5d.tar.gz |
HTML: Add export list only option
Exporting small dive list only or choose to export the dive list with
all the dive details like the profile, Bookmarks, dive equipments and
statistics.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'save-html.h')
-rw-r--r-- | save-html.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/save-html.h b/save-html.h index 96813f39b..432231de5 100644 --- a/save-html.h +++ b/save-html.h @@ -15,7 +15,7 @@ void put_HTML_time(struct membuffer *b, struct dive *dive, const char *pre, cons void put_HTML_notes(struct membuffer *b, struct dive *dive, const char *pre, const char *post); void put_HTML_quoted(struct membuffer *b, const char *text); -void export_HTML(const char *file_name, const bool selected_only); +void export_HTML(const char *file_name, const bool selected_only, const bool list_only); #ifdef __cplusplus } |