mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 12:41:29 +00: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;
|
return c;
|
||||||
}
|
}
|
||||||
#else /* WIN32 */
|
#else /* WIN32 */
|
||||||
static int
|
int
|
||||||
vshAskReedit(vshControl *ctl, const char *msg ATTRIBUTE_UNUSED)
|
vshAskReedit(vshControl *ctl, const char *msg ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
vshDebug(ctl, VSH_ERR_WARNING, "%s", _("This function is not "
|
vshDebug(ctl, VSH_ERR_WARNING, "%s", _("This function is not "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user