mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-30 01:47:56 +03:00
Match the prototype old-style declaration
This commit is contained in:
parent
08a95743a2
commit
4ea01630ae
@ -207,7 +207,7 @@ int full_scan_done(void)
|
|||||||
return _full_scan_done;
|
return _full_scan_done;
|
||||||
}
|
}
|
||||||
|
|
||||||
int obtain_device_list_from_udev()
|
int obtain_device_list_from_udev(void)
|
||||||
{
|
{
|
||||||
return _obtain_device_list_from_udev;
|
return _obtain_device_list_from_udev;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user