summaryrefslogtreecommitdiffstats
path: root/divelist.h
blob: 45c1a18f820406e042254eeac820c82d1f16ee5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 update_cylinder_related_info(struct dive *);
extern void mark_divelist_changed(int);
extern int unsaved_changes(void);
extern void remove_autogen_trips(void);
#endif