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>
This commit is contained in:
Dirk Hohndel 2013-04-21 17:53:24 -07:00
parent 2aabcf398a
commit d5af4e2ff9
3 changed files with 9 additions and 2 deletions

1
dive.h
View file

@ -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.