From d5af4e2ff918d18e329b4753435728feae98b226 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 21 Apr 2013 17:53:24 -0700 Subject: 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 --- dive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dive.h') 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. -- cgit v1.2.3-70-g09d2