Make Win32 stub of vshAskReedit non-static

The main impl of vshAskReedit is non-static, so the Win32
stub must be the same
This commit is contained in:
Daniel P. Berrange 2012-08-20 13:29:14 +01:00
parent 2a336379e0
commit ee7b4e551e

View File

@ -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 "