summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-12 14:10:49 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-12 14:10:49 -0800
commit2295e0c21ec403d3d026544b612ec84269843285 (patch)
tree04c1a651014e3c64a4d093edb2cdb13b5d428c77 /divelist.h
parent0b7370adeb8fc966e90c0b62d6a5ff55cf3bec3b (diff)
parent0b318540318ffa62318f0d9b74c2b14306bd0d97 (diff)
downloadsubsurface-2295e0c21ec403d3d026544b612ec84269843285.tar.gz
Merge branch 'fixFilterSelection'
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 a24deea17..79e1f6cbc 100644
--- a/divelist.h
+++ b/divelist.h
@@ -32,6 +32,7 @@ extern void select_dive(int idx);
extern void deselect_dive(int idx);
extern void select_dives_in_trip(struct dive_trip *trip);
extern void deselect_dives_in_trip(struct dive_trip *trip);
+extern void filter_dive(struct dive *d, bool shown);
extern void combine_trips(struct dive_trip *trip_a, struct dive_trip *trip_b);
extern void find_new_trip_start_time(dive_trip_t *trip);
extern struct dive *first_selected_dive();