projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f2cf5e1
)
remove parsemac
author
Brendan O'Dea
<bod@optus.net>
Tue, 6 Dec 2005 09:43:42 +0000
(09:43 +0000)
committer
Brendan O'Dea
<bod@optus.net>
Tue, 6 Dec 2005 09:43:42 +0000
(09:43 +0000)
cli.c
patch
|
blob
|
history
diff --git
a/cli.c
b/cli.c
index
a5ed28c
..
24634f2
100644
(file)
--- a/
cli.c
+++ b/
cli.c
@@
-2,7
+2,7
@@
// vim: sw=8 ts=8
char const *cvs_name = "$Name: $";
// vim: sw=8 ts=8
char const *cvs_name = "$Name: $";
-char const *cvs_id_cli = "$Id: cli.c,v 1.7
0 2005-12-06 00:00:31
bodea Exp $";
+char const *cvs_id_cli = "$Id: cli.c,v 1.7
1 2005-12-06 09:43:42
bodea Exp $";
#include <stdio.h>
#include <stddef.h>
#include <stdio.h>
#include <stddef.h>
@@
-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 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);
#ifdef STATISTICS
static int cmd_show_counters(struct cli_def *cli, char *command, char **argv, int argc);