summaryrefslogtreecommitdiff
path: root/lib/if_rmap.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2019-04-04 12:18:49 +0200
committerGitHub <noreply@github.com>2019-04-04 12:18:49 +0200
commit59d11e7cd197e5902b632d0f8ca6e523ed50489a (patch)
treed96b9eae3c039af31c24d8bfda80884efdc39fa4 /lib/if_rmap.c
parentdbf2f94c2cfd713b54f31becb9582c219463d507 (diff)
parentc17faa4b100673e4169ae585df755d6e08eebfee (diff)
Merge pull request #4075 from qlyoung/reduce-exported-vars
lib: reduce exported var symbols
Diffstat (limited to 'lib/if_rmap.c')
-rw-r--r--lib/if_rmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if_rmap.c b/lib/if_rmap.c
index 955c1417c4..d8236b6b25 100644
--- a/lib/if_rmap.c
+++ b/lib/if_rmap.c
@@ -31,7 +31,7 @@ DEFINE_MTYPE_STATIC(LIB, IF_RMAP_CTX_NAME, "Interface route map container name")
DEFINE_MTYPE_STATIC(LIB, IF_RMAP, "Interface route map")
DEFINE_MTYPE_STATIC(LIB, IF_RMAP_NAME, "I.f. route map name")
-struct list *if_rmap_ctx_list;
+static struct list *if_rmap_ctx_list;
static struct if_rmap *if_rmap_new(void)
{