X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/58d994f8f4aa2a6465dc9a2f13e7ba8ddf412ec7..refs/heads/samesversion:/tbf.c diff --git a/tbf.c b/tbf.c index 8b488d6..9dba63e 100644 --- a/tbf.c +++ b/tbf.c @@ -1,9 +1,10 @@ // L2TPNS: token bucket filters #include -#include #include +#include +#include "dhcp6.h" #include "l2tpns.h" #include "util.h" #include "tbf.h" @@ -310,7 +311,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;