summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-01-17 20:02:33 -0800
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-01-17 20:02:33 -0800
commit6e0ea1ce618d9d28d9512e2afe587bde9ae76fda (patch)
treeda43a9b2a3d3e6cc3c02a080cfeef7717a5b388d /display-gtk.h
parentd34defc85bdc9872a8d1f1045c524a422e39b39e (diff)
parentdfb94e5470565bc5ad1fd2d0678ef427706bed6c (diff)
downloadsubsurface-6e0ea1ce618d9d28d9512e2afe587bde9ae76fda.tar.gz
Merge branch 'info-split' of git://git.hohndel.org/subsurface
* 'info-split' of git://git.hohndel.org/subsurface: Add statistics for longest, shortest, and shallowest dive Create separate single dive and total stats pages Separate out single dive statistics and total statistics
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);