summaryrefslogtreecommitdiffstats
path: root/lib/routemap.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-20 03:12:11 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-06-20 03:22:46 +0200
commit69f02720836c75a53f05e6acd4a5bad459db7258 (patch)
treef87438dc534efb9a31d31aa93e43da1ef22875dc /lib/routemap.c
parentzebra: Add initial framework to keep track of changed route-maps (diff)
downloadfrr-69f02720836c75a53f05e6acd4a5bad459db7258.tar.xz
frr-69f02720836c75a53f05e6acd4a5bad459db7258.zip
lib: Don't expose a function that is never used
route_map_clear_updated is only used by routemap.c, don't expose it too be used by the outside world. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/routemap.c')
-rw-r--r--lib/routemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/routemap.c b/lib/routemap.c
index 4601da759..b2c192950 100644
--- a/lib/routemap.c
+++ b/lib/routemap.c
@@ -781,7 +781,7 @@ int route_map_mark_updated(const char *name)
return (ret);
}
-int route_map_clear_updated(struct route_map *map)
+static int route_map_clear_updated(struct route_map *map)
{
int ret = -1;