From: Daniel P. Berrange Date: Mon, 20 Aug 2012 12:29:14 +0000 (+0100) Subject: Make Win32 stub of vshAskReedit non-static X-Git-Tag: v0.10.0-rc1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7b4e551e8bc92fd92f37bdc2aed9a86822ba7e;p=thirdparty%2Flibvirt.git Make Win32 stub of vshAskReedit non-static The main impl of vshAskReedit is non-static, so the Win32 stub must be the same --- 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 "