summaryrefslogtreecommitdiff
path: root/navit/roadprofile.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-12-15 22:47:58 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-12-15 22:47:58 +0000
commit39b2b37e6417d77aa457dd568d45f7649fe78e74 (patch)
treecf9da41822bdb918eec5b259a996ef0f859f2e2d /navit/roadprofile.h
parentb13621b3a5451393523afccd503fef0aa57594f2 (diff)
downloadnavit-svn-39b2b37e6417d77aa457dd568d45f7649fe78e74.tar.gz
Add:binding_dbus:Implemented attribute iter for roadprofile
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5295 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/roadprofile.h')
-rw-r--r--navit/roadprofile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/roadprofile.h b/navit/roadprofile.h
index 55f38f7e..e9734722 100644
--- a/navit/roadprofile.h
+++ b/navit/roadprofile.h
@@ -33,6 +33,8 @@ int roadprofile_get_attr(struct roadprofile *this_, enum attr_type type, struct
int roadprofile_set_attr(struct roadprofile *this_, struct attr *attr);
int roadprofile_add_attr(struct roadprofile *this_, struct attr *attr);
int roadprofile_remove_attr(struct roadprofile *this_, struct attr *attr);
+struct attr_iter *roadprofile_attr_iter_new(void);
+void roadprofile_attr_iter_destroy(struct attr_iter *iter);
#ifdef __cplusplus
}
#endif