summaryrefslogtreecommitdiffstats
path: root/lib/ns.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-11-27 21:17:57 +0100
committerDavid Lamparter <equinox@diac24.net>2019-12-13 06:22:34 +0100
commit1b3e9a21dd4af572deed0d40dd26c8d041e94eae (patch)
tree11c64fb3a22924562484aac931d153c870627b13 /lib/ns.h
parentlib: completely get rid of the MTYPE alias hack (diff)
downloadfrr-1b3e9a21dd4af572deed0d40dd26c8d041e94eae.tar.xz
frr-1b3e9a21dd4af572deed0d40dd26c8d041e94eae.zip
lib: make some variables static
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/ns.h')
-rw-r--r--lib/ns.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ns.h b/lib/ns.h
index 1963b8a35..20e0a38e3 100644
--- a/lib/ns.h
+++ b/lib/ns.h
@@ -71,8 +71,6 @@ struct ns {
RB_HEAD(ns_head, ns);
RB_PROTOTYPE(ns_head, ns, entry, ns_compare)
-extern struct ns_head ns_tree;
-
/*
* API for managing NETNS. eg from zebra daemon
* one want to manage the list of NETNS, etc...