X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/d5c6f842712c3772a9de56214e312af9174e4207..HEAD:/tbf.c diff --git a/tbf.c b/tbf.c index c6273ce..4835ecc 100644 --- a/tbf.c +++ b/tbf.c @@ -1,6 +1,8 @@ // L2TPNS: token bucket filters #include +#include +#include "dhcp6.h" #include "l2tpns.h" #include "util.h" #include "tbf.h" @@ -307,7 +309,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;