summaryrefslogtreecommitdiff
path: root/navit/vehicleprofile.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-06-05 14:00:33 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-06-05 14:00:33 +0000
commit93a89f654195d62ddbb43f28d37720d097482aa8 (patch)
treeec1b595859e25ec32d0fa73b84e94a5bb2be5a4d /navit/vehicleprofile.h
parent3639cc2db4cc6e7955e2b0d0be42b4bfcbbdf315 (diff)
downloadnavit-93a89f654195d62ddbb43f28d37720d097482aa8.tar.gz
Add:Core:Possibility to get all roadprofiles of a vehicleprofile
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5130 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicleprofile.h')
-rw-r--r--navit/vehicleprofile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/vehicleprofile.h b/navit/vehicleprofile.h
index 41bd26814..2d407b35a 100644
--- a/navit/vehicleprofile.h
+++ b/navit/vehicleprofile.h
@@ -42,6 +42,8 @@ struct vehicleprofile {
};
struct vehicleprofile * vehicleprofile_new(struct attr *parent, struct attr **attrs);
+struct attr_iter *vehicleprofile_attr_iter_new(void);
+void vehicleprofile_attr_iter_destroy(struct attr_iter *iter);
int vehicleprofile_get_attr(struct vehicleprofile *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
int vehicleprofile_set_attr(struct vehicleprofile *this_, struct attr *attr);
int vehicleprofile_add_attr(struct vehicleprofile *this_, struct attr *attr);