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_parse.y | |
| 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_parse.y')
| -rw-r--r-- | lib/command_parse.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y index e381507cc3..ac8e060113 100644 --- a/lib/command_parse.y +++ b/lib/command_parse.y @@ -51,8 +51,6 @@ /* functionality this unit exports */ %code provides { - void - command_parse_format (struct graph *, struct cmd_element *); /* maximum length of a number, lexer will not match anything longer */ #define DECIMAL_STRLEN_MAX 20 |
