From 2aabcf398a5624c3ff75f7090b70e7038bbeb017 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 21 Apr 2013 17:12:35 -0700 Subject: Add Gtk dialog to select the dives tags for which dives are shown This literally just creates the dialog and does not hook things up with the dive list. The idea is to abstract out the idea behind the invalid dives to allow the user to select / deselect all kinds of dives and then do statistics on the selected ones. 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 97fcd2a87..957415396 100644 --- a/dive.h +++ b/dive.h @@ -52,6 +52,7 @@ #define DTAG_NR 19 /* defined in statistics.c */ extern char *dtag_names[DTAG_NR]; +extern int dtag_shown[DTAG_NR]; /* * Some silly typedefs to make our units very explicit. -- cgit v1.2.3-70-g09d2