core: convert divelist.c to C++

Fortunately, not much to do in this file.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-05-01 18:11:35 +02:00 committed by bstoeger
parent a6815661d5
commit 7b79bc954b
4 changed files with 28 additions and 34 deletions

View file

@ -55,7 +55,6 @@ extern struct dive *find_next_visible_dive(timestamp_t when);
extern int comp_dives(const struct dive *a, const struct dive *b);
int get_min_datafile_version();
void reset_min_datafile_version();
void report_datafile_version(int version);
void clear_dive_file_data();
void clear_dive_table(struct dive_table *table);