summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-11-13 15:41:05 -0200
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-11-13 15:41:05 -0200
commitede70c03b0cff83f1d740204127fe594b8c378ec (patch)
tree7738fcbafd66a252e84a717da04af8881ab83bd7 /divelist.h
parentf967d6fb26321d07bd61769ae3c793f97b203b94 (diff)
parent97a1dd68306de17aa73be092d2bcf174e8158f62 (diff)
downloadsubsurface-ede70c03b0cff83f1d740204127fe594b8c378ec.tar.gz
Merge branch 'forlinus' of git://github.com/dirkhh/subsurface
* 'forlinus' of git://github.com/dirkhh/subsurface: Make sure SAC and OTU get recalculated after cylinder info was changed
Diffstat (limited to 'divelist.h')
-rw-r--r--divelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.h b/divelist.h
index 2635b7541..c170941db 100644
--- a/divelist.h
+++ b/divelist.h
@@ -7,7 +7,7 @@ extern void dive_list_update_dives(void);
extern void update_dive_list_col_visibility(void);
extern void update_dive_list_units(void);
extern void flush_divelist(struct dive *);
-
+extern void update_cylinder_related_info(struct dive *);
extern void mark_divelist_changed(int);
extern int unsaved_changes(void);
#endif