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 ae71040c4..86f40941f 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -69,6 +69,7 @@ void report_datafile_version(int version); int get_dive_id_closest_to(timestamp_t when); void clear_dive_file_data(); void clear_table(struct dive_table *table); +void clear_trip_table(struct trip_table *table); typedef enum {PO2VAL, SINGLE_EXP, SINGLE_SLOPE, DAILY_EXP, DAILY_SLOPE, NO_COLUMNS} cns_table_headers; |