mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user