summaryrefslogtreecommitdiff
path: root/navit/map.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-31 18:50:32 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-31 18:50:32 +0000
commit8411100161a364e1c39beb3bd7256b246d1974f5 (patch)
tree1a5e5ebf866033ea85a0f1cd818d433102c4bc81 /navit/map.h
parent92007982bd2c0e22e9f7d565eeaea607d57e2c2f (diff)
downloadnavit-8411100161a364e1c39beb3bd7256b246d1974f5.tar.gz
Fix:data_binfile:Fixed a few search bugs
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1092 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/map.h')
-rw-r--r--navit/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/map.h b/navit/map.h
index 1dcc28b17..3cf5d6d1d 100644
--- a/navit/map.h
+++ b/navit/map.h
@@ -152,6 +152,8 @@ struct item *map_search_get_item(struct map_search *this_);
void map_search_destroy(struct map_search *this_);
struct map_selection *map_selection_dup(struct map_selection *sel);
void map_selection_destroy(struct map_selection *sel);
+int map_selection_contains_item_rect(struct map_selection *sel, struct item *item);
+int map_priv_is(struct map *map, struct map_priv *priv);
/* end of prototypes */
#endif