From 7fc626de5f618133ad2a478d13defa3a110b89ea Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 1 Dec 2008 11:10:34 -0800 Subject: [cleanup] Make command nodes static The cmd_nodes used to configure vty, can mostly be static so (basic data hiding 101). --- lib/smux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/smux.c') diff --git a/lib/smux.c b/lib/smux.c index fd0c89c2..349cc2f7 100644 --- a/lib/smux.c +++ b/lib/smux.c @@ -73,7 +73,7 @@ int debug_smux = 0; int fail = 0; /* SMUX node. */ -struct cmd_node smux_node = +static struct cmd_node smux_node = { SMUX_NODE, "" /* SMUX has no interface. */ -- cgit v1.2.1