diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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]; |