summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 0014a3ae7..03b783480 100644
--- a/dive.h
+++ b/dive.h
@@ -633,6 +633,8 @@ extern void save_dives_logic(const char *filename, bool select_only);
extern void save_dive(FILE *f, struct dive *dive);
extern void export_dives_uddf(const char *filename, const bool selected);
+extern void shift_times(const timestamp_t amount);
+
extern xsltStylesheetPtr get_stylesheet(const char *name);
extern char *xslt_path;