From 99c35a45721cf096b2908c916462661f3ff24ad6 Mon Sep 17 00:00:00 2001 From: Petar Kapris Date: Sun, 3 Jan 2021 21:07:21 +0100 Subject: [PATCH] Remove unnecessary function declaration --- timeoutd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/timeoutd.c b/timeoutd.c index b08cb1a..60f9da4 100644 --- a/timeoutd.c +++ b/timeoutd.c @@ -78,7 +78,6 @@ char *daynames[] = {"SU", "MO", "TU", "WE", "TH", "FR", "SA", "WK", "AL", NULL}; char daynums[] = { 1 , 2 , 4 , 8 , 16 , 32 , 64 , 62 , 127, 0}; struct utmp *utmpp; /* pointer to utmp file entry */ -struct utmp *getutent(); /* returns next utmp file entry */ void shut_down(); void read_config(); void reread_config();