summaryrefslogtreecommitdiff
path: root/cursor.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2005-12-11 10:50:33 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2005-12-11 10:50:33 +0000
commit13b33253bddd8f310842910235498da6be95e554 (patch)
tree4ae5dcd3d0b6359a9fdb81d6197e2d56d76badc6 /cursor.h
parent1b232a61aa70d24f3ed42e317b3724bfee3617e3 (diff)
downloadnavit-svn-13b33253bddd8f310842910235498da6be95e554.tar.gz
Added support for gpsd
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@22 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'cursor.h')
-rw-r--r--cursor.h2
1 files changed, 1 insertions, 1 deletions
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);