X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.h;h=7684a72d3e8e8d337666971b4cbe676c3f74f62f;hb=682135838ff313594c7f67fabd9be8f88a33883b;hp=2d1fd509241193f12b140c431a4eb513b9ca5c89;hpb=d3feb78df5278f0f132875c60f33fdb2168087eb;p=ext%2Fsubsurface.git diff --git a/divelist.h b/divelist.h index 2d1fd50..7684a72 100644 --- a/divelist.h +++ b/divelist.h @@ -1,22 +1,10 @@ #ifndef DIVELIST_H #define DIVELIST_H -#include - -struct DiveList { - GtkWidget *tree_view; - GtkWidget *container_widget; - GtkListStore *model; - GtkTreeViewColumn *date, *depth, *duration, *location; - GtkTreeViewColumn *temperature, *cylinder, *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 *); +extern void dive_list_update_dives(void); +extern void update_dive_list_units(void); +extern void flush_divelist(struct dive *); #endif