From: Sebastien GODARD Date: Sun, 23 Jun 2019 09:09:21 +0000 (+0200) Subject: Fix prototype definition in systest.h X-Git-Tag: v12.1.6~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb7fbe904ba21baafd738bec7efacbf370889ac9;p=sysstat Fix prototype definition in systest.h Signed-off-by: Sebastien GODARD --- diff --git a/systest.h b/systest.h index dce18b2..0fa1a45 100644 --- 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);