1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

Keep the old-style prototypes

This commit is contained in:
Zdenek Kabelac 2011-09-01 13:25:50 +00:00
parent 3caa77f831
commit 08a95743a2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;