Add 'repaint_dive()' prototype, and fix dependencies

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-08-31 11:10:17 -07:00
parent 2044dabc81
commit 6cc122f491
2 changed files with 4 additions and 3 deletions

View file

@ -8,5 +8,6 @@
extern int selected_dive;
extern GtkWidget *dive_profile_frame(void);
extern GtkWidget *create_dive_list(void);
extern void repaint_dive(void);
#endif