mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
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:
parent
2a336379e0
commit
ee7b4e551e
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user