summaryrefslogtreecommitdiff
path: root/navit/xmlconfig.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-07-16 11:34:07 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-07-16 11:34:07 +0000
commit5e0d49acd21fc9d8a0b0eabda721acb78aa7a1a7 (patch)
tree0d136dab2dedaacef881aa3079cf80727d1f63ee /navit/xmlconfig.h
parentb46a9202a6ac51eb340587f63a1878598408309d (diff)
downloadnavit-5e0d49acd21fc9d8a0b0eabda721acb78aa7a1a7.tar.gz
Add:Core:Changed layout_func to new scheme
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5189 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 3a7079e45..a984105c9 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, maps_func;
+extern struct object_func map_func, mapset_func, navit_func, tracking_func, vehicle_func, maps_func, layout_func;
#define HAS_OBJECT_FUNC(x) ((x) == attr_map || (x) == attr_mapset || (x) == attr_navit || (x) == attr_trackingo || (x) == attr_vehicle)