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 3d9e841e5..8f58cda69 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -25,6 +25,7 @@ extern struct dive_table dive_table; /* this is used for both git and xml format */ #define DATAFORMAT_VERSION 3 +extern void sort_dive_table(struct dive_table *table); extern void update_cylinder_related_info(struct dive *); extern int init_decompression(struct deco_state *ds, struct dive *dive); |