mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Export to DiveShare
Adds the possibility of exporting dives to DiveShare. Signed-off-by: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
64d1ccc550
commit
4cdb80c4cd
8 changed files with 469 additions and 4 deletions
|
|
@ -16,6 +16,8 @@ void put_HTML_notes(struct membuffer *b, struct dive *dive, const char *pre, con
|
|||
void put_HTML_quoted(struct membuffer *b, const char *text);
|
||||
|
||||
void export_HTML(const char *file_name, const char *photos_dir, const bool selected_only, const bool list_only);
|
||||
void export_list(struct membuffer *b, const char *photos_dir, bool selected_only, const bool list_only);
|
||||
|
||||
void export_translation(const char *file_name);
|
||||
|
||||
extern void copy_image_and_overwrite(const char *cfileName, const char *cnewName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue