summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-02-21 13:10:09 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-02-21 13:10:09 +0000
commit36e0315e860935bafacd308e284c02c5a6b612c4 (patch)
tree490480940c052202660df0b1f42edfbe766c6600
parenta71578d5d30519de6fa88004426a7e428b0cb482 (diff)
downloadnavit-36e0315e860935bafacd308e284c02c5a6b612c4.tar.gz
Fix:Vehicle: Adds in undeclared prototypes for vehicle_ref and vehicle_unref
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4942 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--navit/vehicle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/vehicle.h b/navit/vehicle.h
index d2a52a426..b29365493 100644
--- a/navit/vehicle.h
+++ b/navit/vehicle.h
@@ -53,6 +53,8 @@ void vehicle_set_cursor(struct vehicle *this_, struct cursor *cursor, int overwr
void vehicle_draw(struct vehicle *this_, struct graphics *gra, struct point *pnt, int lazy, int angle, int speed);
int vehicle_get_cursor_data(struct vehicle *this_, struct point *pnt, int *angle, int *speed);
void vehicle_log_gpx_add_tag(char *tag, char **logstr);
+struct vehicle * vehicle_ref(struct vehicle *this_);
+void vehicle_unref(struct vehicle *this_);
/* end of prototypes */
#ifdef __cplusplus