]> sourceware.org Git - lvm2.git/commitdiff
Update C declaration () -> (void)
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 26 Oct 2010 08:54:37 +0000 (08:54 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 26 Oct 2010 08:54:37 +0000 (08:54 +0000)
daemons/dmeventd/dmeventd.c

index d179879974253ed0ab2fd06bb66fd6717102d4a7..bbe6e10fb941b714f3a335d3b66208bc7522ccbc 100644 (file)
@@ -1477,7 +1477,7 @@ static void _process_request(struct dm_event_fifos *fifos)
        dm_free(msg.data);
 }
 
-static void _process_initial_registrations()
+static void _process_initial_registrations(void)
 {
        int i = 0;
        char *reg;
@@ -1697,7 +1697,7 @@ static void _daemonize(void)
        setsid();
 }
 
-static void restart()
+static void restart(void)
 {
        struct dm_event_fifos fifos;
        struct dm_event_daemon_message msg = { 0, 0, NULL };
This page took 0.043679 seconds and 5 git commands to generate.