diff options
author | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-04-15 22:07:29 +0000 |
---|---|---|
committer | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-04-15 22:07:29 +0000 |
commit | b872ce7e46a454a023c02d1cabb2322ca004a9d2 (patch) | |
tree | e1bc028aa5a2fa7aaeed8a5d3c2b724e74ba37aa /navit/vehicleprofile.h | |
parent | 4d4fbae3a3d34b62994712c692ef1202b4889abe (diff) | |
download | navit-b872ce7e46a454a023c02d1cabb2322ca004a9d2.tar.gz |
Fix:Core:Some cleanups|Thanks dd_2nd for the patch
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2213 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicleprofile.h')
-rw-r--r-- | navit/vehicleprofile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/vehicleprofile.h b/navit/vehicleprofile.h index cbb727131..51edfad24 100644 --- a/navit/vehicleprofile.h +++ b/navit/vehicleprofile.h @@ -32,3 +32,4 @@ int vehicleprofile_get_attr(struct vehicleprofile *this_, enum attr_type type, s int vehicleprofile_set_attr(struct vehicleprofile *this_, struct attr *attr); int vehicleprofile_add_attr(struct vehicleprofile *this_, struct attr *attr); int vehicleprofile_remove_attr(struct vehicleprofile *this_, struct attr *attr); +struct roadprofile * vehicleprofile_get_roadprofile(struct vehicleprofile *this_, enum item_type type); |