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

#include <gtk/gtk.h>

struct dive;

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

#endif