Fix: wheezy warning compilation

This commit is contained in:
fendo 2013-09-16 15:01:04 +02:00
parent 959cce2660
commit 26a2025a1b
7 changed files with 128 additions and 120 deletions

2
tbf.c
View file

@ -307,7 +307,7 @@ int tbf_run_timer(void)
return 1;
}
int cmd_show_tbf(struct cli_def *cli, char *command, char **argv, int argc)
int cmd_show_tbf(struct cli_def *cli, const char *command, char **argv, int argc)
{
int i;
int count = 0;