]> git.tdb.fi Git - ext/subsurface.git/blobdiff - display.h
Split up divelist scroll window generation into its own file
[ext/subsurface.git] / display.h
index c239fbd3c3bc516ae8341a4b8c0536cec2fc6507..cde0708e3392484c4d995cf4a3b39989344d5a5a 100644 (file)
--- a/display.h
+++ b/display.h
@@ -6,5 +6,6 @@
 #include <cairo.h>
 
 extern GtkWidget *dive_profile_frame(void);
+extern GtkWidget *create_dive_list(void);
 
 #endif