]> git.proxmox.com Git - mirror_frr.git/commit
vtysh: Actually make the new_completion function match
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Sep 2018 18:30:24 +0000 (14:30 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 8 Sep 2018 16:00:17 +0000 (12:00 -0400)
commit7c70dc57e03e573827040fd1c1408a5923c526f1
tree9611889eff6404c6766fe48b81108b7d0bf31e67
parent8860ffdc093f19a6b0fe1abd43ff782d938a2d2d
vtysh: Actually make the new_completion function match

The new_completion function was not declared the same
way the rl_attempted_completion_function pointer was.
The only difference was a 'const char *' -vs- 'char *'
So convert it over.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh.c