summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-09-27 10:16:40 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-09-27 10:16:40 -0700
commit0aad4d6094173fd3c10e435be05bde541062232d (patch)
treeeecc5b550701ffc7b056220a5717409439fcfabe /divelist.h
parentdc2a0c1909727a1557b8f03e6b6ac3e427ebe4b7 (diff)
downloadsubsurface-0aad4d6094173fd3c10e435be05bde541062232d.tar.gz
Add preference option to chose if SAC and/or OTU should be in divelist
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist.h')
-rw-r--r--divelist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h
index 3151a69db..2635b7541 100644
--- a/divelist.h
+++ b/divelist.h
@@ -4,6 +4,7 @@
struct dive;
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 *);