Remove unused ctime declaration

This commit is contained in:
Petar Kapris 2020-12-28 23:38:39 +01:00
parent a0af8075ce
commit f5f7cf8153

View file

@ -82,7 +82,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 }; char daynums[] = { 1, 2, 4, 8, 16, 32, 64, 62, 127, 0 };
struct utmp *utmpp; /* pointer to utmp file entry */ struct utmp *utmpp; /* pointer to utmp file entry */
char *ctime(); /* returns pointer to time string */
struct utmp *getutent(); /* returns next utmp file entry */ struct utmp *getutent(); /* returns next utmp file entry */
void shut_down(); void shut_down();
void read_config(); void read_config();