summaryrefslogtreecommitdiff
path: root/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-07-09 22:18:31 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-07-09 22:18:31 +0000
commit870dad30241777638455c2c1e4b438457294b538 (patch)
tree8abf182ff85582eb6fdebf2e7f912b9223891256 /route.h
parent205e6b65a988e59e751aaad01ba95bc16ec5bed7 (diff)
downloadnavit-svn-870dad30241777638455c2c1e4b438457294b538.tar.gz
Support of bookmars, improvement in navigation
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@289 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'route.h')
-rw-r--r--route.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/route.h b/route.h
index 682a8d52..1ba758c5 100644
--- a/route.h
+++ b/route.h
@@ -8,6 +8,10 @@ struct route_crossings {
struct route_crossing crossing[0];
};
+#define route_item_first type_street_0
+#define route_item_last type_ferry
+
+
/* prototypes */
enum item_type;
struct coord;