summaryrefslogtreecommitdiff
path: root/navit/vehicle
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-11-05 00:35:09 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-11-05 00:35:09 +0000
commitaad61d84b148db83cbf7186127abce1f9ecb8841 (patch)
treece84ded7da68a5ff9f7cdd57435edf1e8970bb5f /navit/vehicle
parent97e0505022e6d0ff4fc928bdeffd89b38dce087b (diff)
downloadnavit-svn-aad61d84b148db83cbf7186127abce1f9ecb8841.tar.gz
Add:vehicle_file:Missing file
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3647 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicle')
-rw-r--r--navit/vehicle/file/vehicle_serial.c27
1 files changed, 27 insertions, 0 deletions
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");
+}