]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vsh: Move 'vshReadlineOptionsGenerator' out of '#if WITH_READLINE'
authorPeter Krempa <pkrempa@redhat.com>
Fri, 17 Sep 2021 08:58:28 +0000 (10:58 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 17 Sep 2021 09:00:13 +0000 (11:00 +0200)
commit9d26af5e5b431eab364a0b36152cc51897ef641c
tree4153065e89696d67b8274ad8ea5aff880c67f878
parentc580c8db704b6e1048d3254aff741c6e3f336823
vsh: Move 'vshReadlineOptionsGenerator' out of '#if WITH_READLINE'

It's now also used in vshCompleteHelpCommand which is outside of the
conditionally compiled code.

Fixes: 80f70c74a7
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
tools/vsh.c