]> git.puffer.fish Git - matthieu/frr.git/commit
lib: move command_parse_format prototype
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Nov 2016 07:42:27 +0000 (08:42 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 1 Dec 2016 17:45:22 +0000 (18:45 +0100)
commit2ab402707ff0ebe4b7b87ef0ffb3233e791cb92f
treee64c0021cb87628439995e48cf707f7e227bc14f
parent8af5502876b9e6e0701f51ccdd2c708e6a971197
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>
lib/command.c
lib/command.h
lib/command_match.c
lib/command_parse.y
tools/permutations.c