X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.h;h=46598b14ffbac0c1715b188ca7851dd5bb5877a6;hb=6279d743c425addf5a094634f6043393e9acd32d;hp=e0ab1137cc105627b681a28df57f62a4eb71581d;hpb=53ac61f23538b8d71a7eb579dd5fc585e71982ab;p=ext%2Fsubsurface.git diff --git a/divelist.h b/divelist.h index e0ab113..46598b1 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