diff options
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h index e0ab1137c..46598b14f 100644 --- a/divelist.h +++ b/divelist.h @@ -11,9 +11,12 @@ struct DiveList { GtkTreeViewColumn *temperature, *nitrox, *sac; }; +struct dive; + extern struct DiveList dive_list; extern struct DiveList dive_list_create(void); extern void dive_list_update_dives(struct DiveList); extern void update_dive_list_units(struct DiveList *); +extern void flush_divelist(struct DiveList *, struct dive *); #endif |