]> git.tdb.fi Git - ext/subsurface.git/blobdiff - divelist.h
Add location to divelist too
[ext/subsurface.git] / divelist.h
index 797a8964101c936ef43b3d131659574531902627..e0ab1137cc105627b681a28df57f62a4eb71581d 100644 (file)
@@ -7,9 +7,11 @@ struct DiveList {
        GtkWidget    *tree_view;
        GtkWidget    *container_widget;
        GtkListStore *model;
-       GtkTreeViewColumn *date, *depth, *duration;
+       GtkTreeViewColumn *date, *depth, *duration, *location;
+       GtkTreeViewColumn *temperature, *nitrox, *sac;
 };
 
+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 *);