summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-01-15 14:29:08 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-01-15 14:29:08 -0800
commit788ebc0500b12fb502b82473c1459ccca06345a5 (patch)
tree37243eb0e3741dec71a7d9606f962ede300b6cf7 /display-gtk.h
parent68a1ff9cf56576ee3e3f32e08bc7f7ad2b03697f (diff)
downloadsubsurface-788ebc0500b12fb502b82473c1459ccca06345a5.tar.gz
Create separate single dive and total stats pages
No additional statistics added, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h
index b55dc9616..f43e3746f 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -61,7 +61,8 @@ extern GtkWidget *dive_profile_widget(void);
extern GtkWidget *dive_info_frame(void);
extern GtkWidget *extended_dive_info_widget(void);
extern GtkWidget *equipment_widget(void);
-extern GtkWidget *stats_widget(void);
+extern GtkWidget *single_stats_widget(void);
+extern GtkWidget *total_stats_widget(void);
extern GtkWidget *cylinder_list_widget(void);
extern GtkWidget *dive_list_create(void);