mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a6815661d5
commit
7b79bc954b
4 changed files with 28 additions and 34 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue