]> granicus.if.org Git - sysstat/commitdiff
Fix prototype definition in systest.h
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 23 Jun 2019 09:09:21 +0000 (11:09 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 23 Jun 2019 09:09:21 +0000 (11:09 +0200)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
systest.h

index dce18b2eccfa02d3acdb50cf1394bf526660ad1e..0fa1a45a6e56a5bd05be363cb223082999e69110 100644 (file)
--- a/systest.h
+++ b/systest.h
@@ -54,7 +54,7 @@ void get_uname
 void get_unix_time
        (time_t *);
 void next_time_step
-       ();
+       (void);
 
 void int_handler
        (int);