summaryrefslogtreecommitdiff
path: root/navit/map.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-06-11 18:28:48 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-06-11 18:28:48 +0000
commit6971f477337e8c622ab53fadfd52e6af8ac77b35 (patch)
tree77842a088a0f2285e11c1783d1027823518fdb3a /navit/map.h
parentfde61916b21c9b6b5bf363de7a89b92f681b49b2 (diff)
downloadnavit-6971f477337e8c622ab53fadfd52e6af8ac77b35.tar.gz
Fix:Core:Support for map editing
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2313 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/map.h')
-rw-r--r--navit/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/map.h b/navit/map.h
index a0a926b81..b43313b58 100644
--- a/navit/map.h
+++ b/navit/map.h
@@ -74,6 +74,7 @@ struct map_methods {
struct map_search_priv *(*map_search_new)(struct map_priv *map, struct item *item, struct attr *search, int partial); /**< Function to start a new search on the map */
void (*map_search_destroy)(struct map_search_priv *ms); /**< Function to destroy a map search struct */
struct item * (*map_search_get_item)(struct map_search_priv *ms); /**< Function to get the next item of a search on the map */
+ struct item * (*map_rect_create_item)(struct map_rect_priv *mr, enum item_type type); /**< Function to create a new item in the map */
};
/**