From aad61d84b148db83cbf7186127abce1f9ecb8841 Mon Sep 17 00:00:00 2001 From: martin-s Date: Fri, 5 Nov 2010 00:35:09 +0000 Subject: Add:vehicle_file:Missing file git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3647 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/vehicle/file/vehicle_serial.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 navit/vehicle/file/vehicle_serial.c (limited to 'navit/vehicle') diff --git a/navit/vehicle/file/vehicle_serial.c b/navit/vehicle/file/vehicle_serial.c new file mode 100644 index 00000000..0750edef --- /dev/null +++ b/navit/vehicle/file/vehicle_serial.c @@ -0,0 +1,27 @@ +/** + * Navit, a modular navigation system. + * Copyright (C) 2005-2008 Navit Team + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + +#include "config.h" +#include "plugin.h" + +void +plugin_init(void) +{ + plugin_get_vehicle_type("file"); +} -- cgit v1.2.1