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

struct dive;

extern void dive_list_update_dives(void);
extern void update_dive_list_col_visibility(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