summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-09 08:38:48 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-09 10:31:51 -0700
commit9437a6512a3b353197146c077c1816f0565e0981 (patch)
treee493bbc96ea193e5727d7582cc19cfcf7fb2ad1e /display.h
parent86e48bfe10d271f86c896e64350c35d59c94c331 (diff)
downloadsubsurface-9437a6512a3b353197146c077c1816f0565e0981.tar.gz
Add a notebook for cylinder information
Ok, so it's not connected to anything yet, and the tank choices (that don't do anything) are some random hardcoded collection, but maybe it will do something some day. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'display.h')
-rw-r--r--display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.h b/display.h
index e2e217ff0..d499fc7fc 100644
--- a/display.h
+++ b/display.h
@@ -8,6 +8,7 @@
extern GtkWidget *dive_profile_widget(void);
extern GtkWidget *dive_info_frame(void);
extern GtkWidget *extended_dive_info_widget(void);
+extern GtkWidget *cylinder_management_widget(void);
extern void update_dive_info(struct dive *dive);
extern void repaint_dive(void);