X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.h;h=da3bfc96bc02d0996143eb526399c70f20431fa7;hb=378ac0d44a7867a01cc8a23c05243cea53bab5de;hp=dc573d770c313797501c3e30053cad73d854bf7a;hpb=21204926dfda996c47b4d638e30fb0b1f9968c63;p=ext%2Fsubsurface.git diff --git a/divelist.h b/divelist.h index dc573d7..da3bfc9 100644 --- a/divelist.h +++ b/divelist.h @@ -7,6 +7,7 @@ struct DiveList { GtkWidget *tree_view; GtkWidget *container_widget; GtkListStore *model; + GtkTreeViewColumn *date, *depth, *duration; }; extern int selected_dive;