From: Zdenek Kabelac Date: Thu, 1 Sep 2011 13:30:11 +0000 (+0000) Subject: Match the prototype old-style declaration X-Git-Tag: old-v2_02_89~544 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1f5226d6525c70f542922cdee6e7e8382203768c;p=lvm2.git Match the prototype old-style declaration --- diff --git a/lib/misc/lvm-globals.c b/lib/misc/lvm-globals.c index f7745127e..7358a345d 100644 --- a/lib/misc/lvm-globals.c +++ b/lib/misc/lvm-globals.c @@ -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; }