1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-26 03:22:12 +03:00

Match the prototype old-style declaration

This commit is contained in:
Zdenek Kabelac 2011-09-01 13:30:11 +00:00
parent 997dabdb9e
commit 1f5226d652

View File

@ -207,7 +207,7 @@ int full_scan_done(void)
return _full_scan_done;
}
int obtain_device_list_from_udev()
int obtain_device_list_from_udev(void)
{
return _obtain_device_list_from_udev;
}