Add:Core:Special item for signaling longer map operations
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 24 Dec 2010 10:31:30 +0000 (10:31 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 24 Dec 2010 10:31:30 +0000 (10:31 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3822 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/item.c
navit/navit/item.h

index 88e39e8..1604300 100644 (file)
@@ -38,6 +38,8 @@ struct default_flags {
        int flags;
 };
 
+struct item busy_item;
+
 struct default_flags default_flags2[]={
        {type_street_nopass, AF_PBH},
        {type_street_0, AF_ALL},
index 873968a..b4ff9c9 100644 (file)
@@ -98,6 +98,8 @@ extern struct item_range {
        enum item_type min,max;
 } item_range_all;
 
+extern struct item busy_item;
+
 /* prototypes */
 enum attr_type;
 enum change_mode;