From 79b7efe2bcbf0ef1a5f74f59dfdf53d4b38698ae Mon Sep 17 00:00:00 2001 From: martin-s Date: Thu, 20 Jan 2011 21:05:32 +0000 Subject: Add:Core:Support for specifying vocabulary git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3942 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navigation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'navit/navigation.h') diff --git a/navit/navigation.h b/navit/navigation.h index 820c87f5a..3d5fd69d7 100644 --- a/navit/navigation.h +++ b/navit/navigation.h @@ -33,6 +33,7 @@ struct map; struct navigation; struct route; int navigation_get_attr(struct navigation *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter); +int navigation_set_attr(struct navigation *this_, struct attr *attr); struct navigation *navigation_new(struct attr *parent, struct attr **attrs); int navigation_set_announce(struct navigation *this_, enum item_type type, int *level); void navigation_destroy(struct navigation *this_); -- cgit v1.2.1