]> sourceware.org Git - lvm2.git/commitdiff
Match the prototype old-style declaration
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 1 Sep 2011 13:30:11 +0000 (13:30 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 1 Sep 2011 13:30:11 +0000 (13:30 +0000)
lib/misc/lvm-globals.c

index f7745127eda23e64097f61c68e6e5aabbcd68af2..7358a345d9399ce34edf651a9f44688bed9ba980 100644 (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;
 }
This page took 0.031452 seconds and 5 git commands to generate.