summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-21 17:53:24 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-21 17:53:24 -0700
commitd5af4e2ff918d18e329b4753435728feae98b226 (patch)
treef35032d8ef9227a12d0396a85a35ae6338fe426c /dive.h
parent2aabcf398a5624c3ff75f7090b70e7038bbeb017 (diff)
downloadsubsurface-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 957415396..5aa9fc011 100644
--- a/dive.h
+++ b/dive.h
@@ -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.