diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-09-02 11:46:09 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-09-02 11:46:09 +0000 |
commit | 8a794f44c8ccdb0004c0e014df40c6ecd82a219a (patch) | |
tree | c2862592d61f8471400feba65109ba96d29dc7e1 /navit/mapset.h | |
parent | 860a9cc9e11e83b2de0bbefc11fca114a072c8da (diff) | |
download | navit-8a794f44c8ccdb0004c0e014df40c6ecd82a219a.tar.gz |
Add:Core:Support for removing maps and vehicle logs dynamically
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3548 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/mapset.h')
-rw-r--r-- | navit/mapset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/mapset.h b/navit/mapset.h index 6f3be40e7..a705a263c 100644 --- a/navit/mapset.h +++ b/navit/mapset.h @@ -37,6 +37,7 @@ struct mapset *mapset_new(struct attr *parent, struct attr **attrs); 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); +int mapset_remove_attr(struct mapset *ms, struct attr *attr); int mapset_get_attr(struct mapset *ms, enum attr_type type, struct attr *attr, struct attr_iter *iter); void mapset_destroy(struct mapset *ms); struct mapset_handle *mapset_open(struct mapset *ms); |