From 13b33253bddd8f310842910235498da6be95e554 Mon Sep 17 00:00:00 2001 From: martin-s Date: Sun, 11 Dec 2005 10:50:33 +0000 Subject: Added support for gpsd git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@22 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- cursor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cursor.h') diff --git a/cursor.h b/cursor.h index 46114875..5a71ace2 100644 --- a/cursor.h +++ b/cursor.h @@ -2,4 +2,4 @@ struct cursor; struct container; struct coord * cursor_pos_get(struct cursor *this); -struct cursor *cursor_new(struct container *co); +struct cursor *cursor_new(struct container *co, struct vehicle *v); -- cgit v1.2.1