From 6cbc590a92a52a905b149608f63f459f0d785c1d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 14 May 2019 14:14:48 +0200 Subject: f() -> f(void) --- src/util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 2c3bc51..d8cf887 100644 --- a/src/util.h +++ b/src/util.h @@ -9,11 +9,11 @@ extern int _testmode; struct user; // Get monotonic clock (seconds) -time_t now(); +time_t now( void ); -void init_time(); +void init_time( void ); -bool doublefork(); +bool doublefork( void ); bool waitRead( int fd, int ms ); -- cgit v1.2.3-55-g7522