diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-31 10:27:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-31 10:27:58 -0700 |
commit | 77cfe07c52d25554779c60d37e4a55e34a0164f2 (patch) | |
tree | 2dba78a2c95a03df42a89952bbbf96ddf98127b4 /display.h | |
parent | 1d69524a7889ffa74a3e28004d9096524834053a (diff) | |
download | subsurface-77cfe07c52d25554779c60d37e4a55e34a0164f2.tar.gz |
Split up divelist scroll window generation into its own file
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ #include <cairo.h> extern GtkWidget *dive_profile_frame(void); +extern GtkWidget *create_dive_list(void); #endif |