summaryrefslogtreecommitdiff
path: root/navit/mapset.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-26 12:57:55 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-26 12:57:55 +0000
commit167e48dd80f024b47b63be099d9ba89b40216d3c (patch)
tree288d05e7181959ffc921e4fe059d8b59ad7bd149 /navit/mapset.h
parent083f4056c00efd547ef851c67a93aeb73fbfb1bb (diff)
downloadnavit-svn-167e48dd80f024b47b63be099d9ba89b40216d3c.tar.gz
Fix:Core:Further cleanup of xmlconfig
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1566 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/mapset.h')
-rw-r--r--navit/mapset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/mapset.h b/navit/mapset.h
index acba7518..0e19010b 100644
--- a/navit/mapset.h
+++ b/navit/mapset.h
@@ -27,8 +27,8 @@ struct map;
struct mapset;
struct mapset_handle;
struct mapset_search;
-struct mapset *mapset_new(void);
-void mapset_add(struct mapset *ms, struct map *m);
+struct mapset *mapset_new(struct attr *parent, struct attr **attrs);
+int mapset_add_attr(struct mapset *ms, struct attr *attr);
void mapset_destroy(struct mapset *ms);
struct mapset_handle *mapset_open(struct mapset *ms);
struct map *mapset_next(struct mapset_handle *msh, int active);