mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Keep the old-style prototypes
This commit is contained in:
parent
3caa77f831
commit
08a95743a2
@ -114,6 +114,6 @@ void daemon_start(daemon_state s);
|
||||
daemon_reply daemon_takeover(daemon_info i, daemon_request r);
|
||||
|
||||
/* Call this to request a clean shutdown of the daemon. Async safe. */
|
||||
void daemon_stop();
|
||||
void daemon_stop(void);
|
||||
|
||||
#endif
|
||||
|
@ -206,7 +206,7 @@ static void _init_logging(struct cmd_context *cmd)
|
||||
* 856a6f1dbd8940e72755af145ebcd806408ecedd
|
||||
* some operations could not be performed by udev, requiring our fallback code.
|
||||
*/
|
||||
static int _dm_driver_has_stable_udev_support()
|
||||
static int _dm_driver_has_stable_udev_support(void)
|
||||
{
|
||||
char vsn[80];
|
||||
unsigned maj, min, patchlevel;
|
||||
|
Loading…
Reference in New Issue
Block a user