]> git.tdb.fi Git - ext/subsurface.git/blob - divelist.h
Separate out the UI from the program logic
[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_units(void);
8 extern void flush_divelist(struct dive *);
9
10 #endif