summaryrefslogtreecommitdiffstats
path: root/divelist.h
blob: 7684a72d3e8e8d337666971b4cbe676c3f74f62f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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 *);

#endif