summaryrefslogtreecommitdiff
path: root/navit/map.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-06-05 14:02:17 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-06-05 14:02:17 +0000
commit522fa3f8848f7ddf9f335e45246a603cd8ca2d21 (patch)
tree08f76992251420ecee5802f511bf11e62f1b6657 /navit/map.h
parent93a89f654195d62ddbb43f28d37720d097482aa8 (diff)
downloadnavit-522fa3f8848f7ddf9f335e45246a603cd8ca2d21.tar.gz
Add:Core:Added address search again and made it available in a way similar to other searches
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5131 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 abcf0c602..a9a003ad1 100644
--- a/navit/map.h
+++ b/navit/map.h
@@ -243,6 +243,7 @@ void map_add_callback(struct map *this_, struct callback *cb);
void map_remove_callback(struct map *this_, struct callback *cb);
int map_requires_conversion(struct map *this_);
char *map_convert_string(struct map *this_, char *str);
+char *map_convert_dup(char *str);
void map_convert_free(char *str);
enum projection map_projection(struct map *this_);
void map_set_projection(struct map *this_, enum projection pro);