X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.h;h=c046a879a7641f45af269d94cc4e7e2f135244ef;hb=42f627b8b1cf7e929a30c0a07a5fb44a4cec9e1f;hp=797a8964101c936ef43b3d131659574531902627;hpb=aa416e3c96dfa53db5ae277e72f6a03821c45cac;p=ext%2Fsubsurface.git diff --git a/divelist.h b/divelist.h index 797a896..c046a87 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 *);