diff options
| author | David Lamparter <equinox@diac24.net> | 2019-12-06 14:38:55 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-12-06 15:13:29 +0100 |
| commit | 1c0d880814e3fcf76b3351e6756c8ec378f357cb (patch) | |
| tree | c3c92aca5cea0c05e335ccdb102cb839fc8ff07e /bgpd/bgp_main.c | |
| parent | b0a89c27ad2e7f980d6bf9c78c6ff6a5cfe058c7 (diff) | |
lib: rename memory_vty.c to lib_vty.c
And memory_init() to lib_cmd_init().
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'bgpd/bgp_main.c')
| -rw-r--r-- | bgpd/bgp_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 08c5d3468d..9cb3957a86 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -27,7 +27,6 @@ #include "thread.h" #include <lib/version.h> #include "memory.h" -#include "memory_vty.h" #include "prefix.h" #include "log.h" #include "privs.h" |
