summaryrefslogtreecommitdiff
path: root/navit/vehicle.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-11-12 14:55:25 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-11-12 14:55:25 +0000
commit09a15a234a449bb35cbdce331ce780de5e4712e0 (patch)
tree130de52c9a062658d8611ff64799988715bf8fcd /navit/vehicle.h
parentef90d5cd08b8295591f8b38de10e31d0de2e2fb6 (diff)
downloadnavit-09a15a234a449bb35cbdce331ce780de5e4712e0.tar.gz
Add:Core:Support for custom tags for gpx log
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2742 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicle.h')
-rw-r--r--navit/vehicle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/vehicle.h b/navit/vehicle.h
index 9edd647cc..c8a2b3dfe 100644
--- a/navit/vehicle.h
+++ b/navit/vehicle.h
@@ -34,6 +34,7 @@ struct vehicle_methods {
};
/* prototypes */
+void vehicle_log_gpx_add_tag(char *tag, char **logstr);
struct vehicle *vehicle_new(struct attr *parent, struct attr **attrs);
void vehicle_destroy(struct vehicle *this_);
struct attr_iter *vehicle_attr_iter_new(void);