|
navit
0.5.3-trunk
|
#include "config.h"#include <windows.h>#include <stdio.h>#include <stdarg.h>#include <XGetopt.h>#include <glib.h>#include "binding_win32.h"Functions | |
| static LRESULT CALLBACK | message_handler (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void | err (char *fmt,...) |
| void | print_usage (void) |
| int | main (int argc, char **argv) |
Variables | |
| int | errormode =1 |
| void err | ( | char * | fmt, |
| ... | |||
| ) |
References errormode.
Referenced by command_error_to_text(), command_evaluate(), invoke(), main(), NP_Initialize(), osd_std_config(), osd_std_reconfigure(), print_usage(), speechd_say(), uncompress_int(), and vehicle_gpsd_close().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
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.
Referenced by main(), and register_destination_window().