diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-23 08:42:27 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-01 18:45:22 +0100 |
| commit | 2ab402707ff0ebe4b7b87ef0ffb3233e791cb92f (patch) | |
| tree | e64c0021cb87628439995e48cf707f7e227bc14f /lib/command.c | |
| parent | 8af5502876b9e6e0701f51ccdd2c708e6a971197 (diff) | |
lib: move command_parse_format prototype
The function prototype for command_parse_format() is better left in
command.h, so that the bison-generated header file doesn't need to be
included for that.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index 8e935acf92..3ad0ca92d7 100644 --- a/lib/command.c +++ b/lib/command.c @@ -39,7 +39,6 @@ #include "workqueue.h" #include "vrf.h" #include "command_match.h" -#include "command_parse.h" #include "qobj.h" DEFINE_MTYPE( LIB, HOST, "Host config") |
