X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/5a24a99c3836f1447e42617e7d67cd750c64109d..ffb34a8a9891e625cccebd7ec3454567ed5d94cd:/cli.c diff --git a/cli.c b/cli.c index d6fbb07..75bbe05 100644 --- a/cli.c +++ b/cli.c @@ -2,7 +2,7 @@ // vim: sw=8 ts=8 char const *cvs_name = "$Name: $"; -char const *cvs_id_cli = "$Id: cli.c,v 1.70 2005/12/06 00:00:31 bodea Exp $"; +char const *cvs_id_cli = "$Id: cli.c,v 1.71 2005/12/06 09:43:42 bodea Exp $"; #include #include @@ -101,7 +101,6 @@ static int cmd_remove_plugin(struct cli_def *cli, char *command, char **argv, in static int cmd_uptime(struct cli_def *cli, char *command, char **argv, int argc); static int regular_stuff(struct cli_def *cli); -static void parsemac(char *string, char mac[6]); #ifdef STATISTICS static int cmd_show_counters(struct cli_def *cli, char *command, char **argv, int argc);