summaryrefslogtreecommitdiff
path: root/navit/mapset.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/mapset.h')
-rw-r--r--navit/mapset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/mapset.h b/navit/mapset.h
index 54011bb3b..38ce100c8 100644
--- a/navit/mapset.h
+++ b/navit/mapset.h
@@ -34,6 +34,7 @@ struct mapset;
struct mapset_handle;
struct mapset_search;
struct mapset *mapset_new(struct attr *parent, struct attr **attrs);
+struct mapset *mapset_dup(struct mapset *ms);
struct attr_iter *mapset_attr_iter_new(void);
void mapset_attr_iter_destroy(struct attr_iter *iter);
int mapset_add_attr(struct mapset *ms, struct attr *attr);