]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Don't expose a function that is never used
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 Jun 2018 01:12:11 +0000 (21:12 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 Jun 2018 01:22:46 +0000 (21:22 -0400)
commit69f02720836c75a53f05e6acd4a5bad459db7258
treef87438dc534efb9a31d31aa93e43da1ef22875dc
parent75a2b29dd6b25725274bb8d8bd145e198a37d5f5
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>
lib/routemap.c
lib/routemap.h