summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-10 08:49:11 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-10 08:49:11 -0700
commita9055049f1486dd18c0b877452a6d5c3b9076fe3 (patch)
treed0cb4eb848345cfe8b6bacac1e1cd8b5c7c19f78 /dive.h
parent5778d090a496dad80ab6783d58926034103108fb (diff)
downloadsubsurface-a9055049f1486dd18c0b877452a6d5c3b9076fe3.tar.gz
Add four more tags
Student (training), Instructor (teaching), Photo and Video Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index de0c58fca..97fcd2a87 100644
--- a/dive.h
+++ b/dive.h
@@ -45,7 +45,11 @@
#define DTAG_NIGHT (1 << 13)
#define DTAG_FRESH (1 << 14)
#define DTAG_FRESH_NR 14
-#define DTAG_NR 15
+#define DTAG_STUDENT (1 << 15)
+#define DTAG_INSTRUCTOR (1 << 16)
+#define DTAG_PHOTO (1 << 17)
+#define DTAG_VIDEO (1 << 18)
+#define DTAG_NR 19
/* defined in statistics.c */
extern char *dtag_names[DTAG_NR];