From 522fa3f8848f7ddf9f335e45246a603cd8ca2d21 Mon Sep 17 00:00:00 2001 From: martin-s Date: Tue, 5 Jun 2012 14:02:17 +0000 Subject: 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 --- navit/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'navit/map.h') 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); -- cgit v1.2.1