summaryrefslogtreecommitdiffstats
path: root/lib/grammar_sandbox.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-04-03 22:34:18 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-04-03 22:34:18 +0200
commitc17faa4b100673e4169ae585df755d6e08eebfee (patch)
treef95bcea3e588a4c92771fc9ea6bf0e6261f98689 /lib/grammar_sandbox.c
parentMerge pull request #4070 from donaldsharp/static_fixup (diff)
downloadfrr-c17faa4b100673e4169ae585df755d6e08eebfee.tar.xz
frr-c17faa4b100673e4169ae585df755d6e08eebfee.zip
lib: reduce exported var symbols
Don't need these in our DSO tables Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/grammar_sandbox.c')
-rw-r--r--lib/grammar_sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/grammar_sandbox.c b/lib/grammar_sandbox.c
index 20d5879c6..c6fd3c04a 100644
--- a/lib/grammar_sandbox.c
+++ b/lib/grammar_sandbox.c
@@ -44,7 +44,7 @@ void pretty_print_graph(struct vty *vty, struct graph_node *, int, int,
void init_cmdgraph(struct vty *, struct graph **);
/** shim interface commands **/
-struct graph *nodegraph = NULL, *nodegraph_free = NULL;
+static struct graph *nodegraph = NULL, *nodegraph_free = NULL;
#define check_nodegraph() \
do { \