]> git.tdb.fi Git - ext/subsurface.git/blob - divelist.h
Add preference option to chose if SAC and/or OTU should be in divelist
[ext/subsurface.git] / divelist.h
1 #ifndef DIVELIST_H
2 #define DIVELIST_H
3
4 struct dive;
5
6 extern void dive_list_update_dives(void);
7 extern void update_dive_list_col_visibility(void);
8 extern void update_dive_list_units(void);
9 extern void flush_divelist(struct dive *);
10
11 extern void mark_divelist_changed(int);
12 extern int unsaved_changes(void);
13 #endif