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 3c09d5400..dc3ab1302 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -60,6 +60,7 @@ void report_datafile_version(int version); int get_dive_id_closest_to(timestamp_t when); void clear_dive_file_data(); void clear_dive_table(struct dive_table *table); +void move_dive_table(struct dive_table *src, struct dive_table *dst); #ifdef DEBUG_TRIP extern void dump_selection(void); |