summaryrefslogtreecommitdiff
path: root/navit/command.h
diff options
context:
space:
mode:
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-06-07 19:29:23 +0000
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-06-07 19:29:23 +0000
commit29affda53fe186d1b024e481b0b21c1da2271bb6 (patch)
treefb161b89570abc7d34272f283d8733fd79cbd4a7 /navit/command.h
parent865977ec4c89ab1cc194da54eeee4ae6eeb4d27a (diff)
downloadnavit-29affda53fe186d1b024e481b0b21c1da2271bb6.tar.gz
Fix:core:Fix some warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4517 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/command.h')
-rw-r--r--navit/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/command.h b/navit/command.h
index b09cfb9ad..916071e2b 100644
--- a/navit/command.h
+++ b/navit/command.h
@@ -25,7 +25,7 @@ extern "C" {
#endif
struct command_table {
- char *command;
+ const char *command;
int (*func)(void *data, char *cmd, struct attr **in, struct attr ***out);
};