Fix:Vehicle: Adds in undeclared prototypes for vehicle_ref and vehicle_unref
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 21 Feb 2012 13:10:09 +0000 (13:10 +0000)
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 21 Feb 2012 13:10:09 +0000 (13:10 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4942 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/vehicle.h

index d2a52a4..b293654 100644 (file)
@@ -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