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 /watchfrr | |
| 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 'watchfrr')
| -rw-r--r-- | watchfrr/watchfrr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/watchfrr/watchfrr.c b/watchfrr/watchfrr.c index 4e8502107a..ed9616963d 100644 --- a/watchfrr/watchfrr.c +++ b/watchfrr/watchfrr.c @@ -25,7 +25,6 @@ #include <sigevent.h> #include <lib/version.h> #include "command.h" -#include "memory_vty.h" #include "libfrr.h" #include "lib_errors.h" |
