diff options
| author | 2011-08-31 11:10:17 -0700 | |
|---|---|---|
| committer | 2011-08-31 11:10:17 -0700 | |
| commit | 6cc122f491ca9a069dbd226b9fe7529dbcf61058 (patch) | |
| tree | 57ebbfda40eaf6eb84119753e0ce53eb2e6a696a /display.h | |
| parent | 2044dabc81062c22c7f95a2e0e57f931cee0205f (diff) | |
| download | subsurface-6cc122f491ca9a069dbd226b9fe7529dbcf61058.tar.gz | |
Add 'repaint_dive()' prototype, and fix dependencies
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
@@ -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 |