diff options
author | seralph <seralph@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-10-06 19:02:35 +0000 |
---|---|---|
committer | seralph <seralph@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-10-06 19:02:35 +0000 |
commit | e4e158a79773e32fac0f81d7e7968ae63e990516 (patch) | |
tree | b6351a618e70e40da7e6aad2da27e3784f8095cc /navit/start_real.h | |
parent | 0bcd75e466d199c47d77c1bb9d3f9e9aa3b36e90 (diff) | |
download | navit-e4e158a79773e32fac0f81d7e7968ae63e990516.tar.gz |
Fix:core:Fixed various compiler warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2640 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/start_real.h')
-rw-r--r-- | navit/start_real.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/navit/start_real.h b/navit/start_real.h new file mode 100644 index 000000000..838b08da5 --- /dev/null +++ b/navit/start_real.h @@ -0,0 +1,25 @@ +/** + * Navit, a modular navigation system. + * Copyright (C) 2005-2009 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. + */ + +#ifndef NAVIT_MAIN_REAL_H +#define NAVIT_MAIN_REAL_H + +int main_real(int argc, char **argv); + +#endif |