diff --git a/tools/virsh.c b/tools/virsh.c index ecb27df4e7..8e644b95bb 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -343,7 +343,7 @@ vshAskReedit(vshControl *ctl, const char *msg) return c; } #else /* WIN32 */ -static int +int vshAskReedit(vshControl *ctl, const char *msg ATTRIBUTE_UNUSED) { vshDebug(ctl, VSH_ERR_WARNING, "%s", _("This function is not "