summaryrefslogtreecommitdiffstats
path: root/divelist.h
blob: 3151a69dbcab1453ab6c2fe523c2be922247ea01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DIVELIST_H
#define DIVELIST_H

struct dive;

extern void dive_list_update_dives(void);
extern void update_dive_list_units(void);
extern void flush_divelist(struct dive *);

extern void mark_divelist_changed(int);
extern int unsaved_changes(void);
#endif