diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-09-27 10:16:40 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-09-27 10:16:40 -0700 |
commit | 0aad4d6094173fd3c10e435be05bde541062232d (patch) | |
tree | eecc5b550701ffc7b056220a5717409439fcfabe /divelist.h | |
parent | dc2a0c1909727a1557b8f03e6b6ac3e427ebe4b7 (diff) | |
download | subsurface-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.h | 1 |
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 *); |