diff options
Diffstat (limited to 'core/divelist.h')
-rw-r--r-- | core/divelist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/divelist.h b/core/divelist.h index 7a7687293..3d9e841e5 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -68,6 +68,8 @@ 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); +struct dive *unregister_dive(int idx); +extern void delete_single_dive(int idx); #ifdef __cplusplus } |