summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2016-01-27 16:59:11 +0100
committerjandegr <jandegr@users.noreply.github.com>2016-01-27 16:59:11 +0100
commit5b2f0e201b927eb9bd3a940d8a9a6ab8d4a2159f (patch)
tree9077fdc1cd8549336aee91b6f2d7a1a55e6ce542
parent02bcdb2d4dd6fcdedf211604a3dd81e193ab4e86 (diff)
downloadnavit-5b2f0e201b927eb9bd3a940d8a9a6ab8d4a2159f.tar.gz
Update attr.h
-rw-r--r--navit/attr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/attr.h b/navit/attr.h
index 27b37be60..4884ea95b 100644
--- a/navit/attr.h
+++ b/navit/attr.h
@@ -73,6 +73,7 @@ enum attr_format {
#define AF_UNPAVED (1<<12)
#define AF_FORD (1<<13)
#define AF_UNDERGROUND (1<<14)
+#define AF_HIGH_OCCUPANCY_CAR_ONLY (1<<18)
#define AF_DANGEROUS_GOODS (1<<19)
#define AF_EMERGENCY_VEHICLES (1<<20)
#define AF_TRANSPORT_TRUCK (1<<21)