diff options
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h index 797a89641..c046a879a 100644 --- a/divelist.h +++ b/divelist.h @@ -10,6 +10,7 @@ struct DiveList { GtkTreeViewColumn *date, *depth, *duration; }; +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 *); |