]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: change vshCommandOptString return type and fix const-correctness
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Mar 2011 16:29:30 +0000 (17:29 +0100)
committerEric Blake <eblake@redhat.com>
Tue, 8 Mar 2011 20:25:37 +0000 (13:25 -0700)
commitdc3d60ecd594b33ffc6956cf2ff37f87825e7849
treee4415eae32c5c61dd034fe17e80cb3273f759669
parent3cd551053d85b85fbed2a7f506109cf5865297fb
virsh: change vshCommandOptString return type and fix const-correctness

This function should return pointer to const, because we don't want
to change command option value. Therefore we can ensure const-correctness.
tools/virsh.c