diff options
author | tinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-03-21 16:11:26 +0000 |
---|---|---|
committer | tinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-03-21 16:11:26 +0000 |
commit | fe72f32b8286afde8e59fcfe7c86b8f2a88c7e06 (patch) | |
tree | ccf098edf2ed70c63536fb0022e836bafb83f472 /navit/navit.h | |
parent | 56bae6ef000092bf41dcdbbed8ef939e4fce7700 (diff) | |
download | navit-fe72f32b8286afde8e59fcfe7c86b8f2a88c7e06.tar.gz |
Fix:Core:Eliminate warning
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2155 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r-- | navit/navit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h index 1a8b8df25..69c320836 100644 --- a/navit/navit.h +++ b/navit/navit.h @@ -34,6 +34,7 @@ struct displaylist; struct graphics; struct gui; struct mapset; +struct message; struct navigation; struct navit; struct navit_vehicle; @@ -98,6 +99,7 @@ int navit_command_register(struct navit *this_, char *command, struct callback * struct callback *navit_command_unregister(struct navit *this_, char *command); int navit_command_call_attrs(struct navit *this_, char *command, struct attr **in, struct attr ***out); int navit_command_call(struct navit *this_, char *command); +struct message *navit_get_messages(struct navit *this_); void navit_destroy(struct navit *this_); /* end of prototypes */ #ifdef __cplusplus |