mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use unit selection for XSL transformation on CSV export
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c1d9055948
commit
5d68c7d4a1
3 changed files with 12 additions and 4 deletions
2
dive.h
2
dive.h
|
|
@ -638,7 +638,7 @@ extern int parse_manual_file(const char *filename, int separator_index, int unit
|
|||
extern int save_dives(const char *filename);
|
||||
extern int save_dives_logic(const char *filename, bool select_only);
|
||||
extern int save_dive(FILE *f, struct dive *dive);
|
||||
extern int export_dives_xslt(const char *filename, const bool selected, const char *export_xslt);
|
||||
extern int export_dives_xslt(const char *filename, const bool selected, const int units, const char *export_xslt);
|
||||
|
||||
struct git_oid;
|
||||
struct git_repository;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue