summaryrefslogtreecommitdiff
path: root/navit/xmlconfig.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-06-20 08:44:49 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-06-20 08:44:49 +0000
commit2a95c97dc5a725a201d020f94da725b7986c7f56 (patch)
tree44cfa272e1812286fe4ed740557056a3771278a8 /navit/xmlconfig.h
parent1ebf6f6f596dde179008a3f919403b0f57e7a772 (diff)
downloadnavit-2a95c97dc5a725a201d020f94da725b7986c7f56.tar.gz
Add:option to configure multiple maps with similar attributes with one tag
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5155 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/xmlconfig.h')
-rw-r--r--navit/xmlconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/xmlconfig.h b/navit/xmlconfig.h
index 88ec349ab..3a7079e45 100644
--- a/navit/xmlconfig.h
+++ b/navit/xmlconfig.h
@@ -54,7 +54,7 @@ struct object_func {
void *(*unref)(void *);
};
-extern struct object_func map_func, mapset_func, navit_func, tracking_func, vehicle_func;
+extern struct object_func map_func, mapset_func, navit_func, tracking_func, vehicle_func, maps_func;
#define HAS_OBJECT_FUNC(x) ((x) == attr_map || (x) == attr_mapset || (x) == attr_navit || (x) == attr_trackingo || (x) == attr_vehicle)