Fix: wheezy warning compilation
This commit is contained in:
parent
959cce2660
commit
26a2025a1b
7 changed files with 128 additions and 120 deletions
2
tbf.h
2
tbf.h
|
|
@ -40,6 +40,6 @@ int new_tbf(int sid, int max_credit, int rate, void (*f)(sessionidt, uint8_t *,
|
|||
int free_tbf(int tid);
|
||||
void fsck_tbfs(void);
|
||||
|
||||
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);
|
||||
|
||||
#endif /* __TBF_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue