diff options
Diffstat (limited to 'core/divelist.h')
-rw-r--r-- | core/divelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/divelist.h b/core/divelist.h index 5bae09cff..7a35fb264 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -48,6 +48,7 @@ extern void set_dive_nr_for_current_dive(); int get_min_datafile_version(); void reset_min_datafile_version(); void report_datafile_version(int version); +int get_dive_id_closest_to(timestamp_t when); void clear_dive_file_data(); #ifdef DEBUG_TRIP |