summaryrefslogtreecommitdiff
path: root/navit/map.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-07-06 19:53:18 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-07-06 19:53:18 +0000
commitd05c1a2dcdbf4c7302c182da8e3e72767c80bfe9 (patch)
tree3c50295c8617031995bac14617eef40d2c2397a2 /navit/map.h
parent782b1cee265645c36e7f0fd4e6abe65336fc2c4e (diff)
downloadnavit-d05c1a2dcdbf4c7302c182da8e3e72767c80bfe9.tar.gz
Add:Tools:Initial working on using map as source for osm2navit
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1201 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/map.h')
-rw-r--r--navit/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/map.h b/navit/map.h
index 5caa3dd0e..fefe4e177 100644
--- a/navit/map.h
+++ b/navit/map.h
@@ -155,7 +155,7 @@ struct map_priv;
struct map_rect;
struct map_search;
struct map_selection;
-struct map *map_new(const char *type, struct attr **attrs);
+struct map *map_new(struct attr **attrs);
char *map_get_filename(struct map *this_);
char *map_get_type(struct map *this_);
int map_get_active(struct map *this_);