summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h6
1 files changed, 3 insertions, 3 deletions
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 );