summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 6821a8425..5906d058d 100644
--- a/dive.h
+++ b/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;