]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vsh: Provide cmdComplete stub for readline disabled builds
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 14 Jan 2018 10:43:51 +0000 (11:43 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Jan 2018 14:49:07 +0000 (15:49 +0100)
commit66aa7e02c69cd90995f29dbfaca6c659ffe11693
tree205e2954e5c703feb0ccc4af83adb90e5a7faff8
parent98bc781b42f0991bf1dcd3e8535479343ddd4bf5
vsh: Provide cmdComplete stub for readline disabled builds

When building without readline, this function does nothing but
return false. Without touching any of its arguments which
triggers a build error. Therefore, provide a stub that has
arguments marked as unused.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
tools/vsh.c