diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-04-21 17:53:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-21 17:53:24 -0700 |
commit | d5af4e2ff918d18e329b4753435728feae98b226 (patch) | |
tree | f35032d8ef9227a12d0396a85a35ae6338fe426c /dive.h | |
parent | 2aabcf398a5624c3ff75f7090b70e7038bbeb017 (diff) | |
download | subsurface-d5af4e2ff918d18e329b4753435728feae98b226.tar.gz |
Simplistic filtering by tags
This only allows for a logical "AND" - so only dives that all of the
selected tags are displayed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ /* defined in statistics.c */ extern char *dtag_names[DTAG_NR]; extern int dtag_shown[DTAG_NR]; +extern int dive_mask; /* * Some silly typedefs to make our units very explicit. |