From 3da9b48b0ab059e8f1d82dc2139963451bbe834c Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 12 Dec 2023 23:19:07 +0100 Subject: Deleted the declaration for time() --- FICS/ficsmain.h | 1 - 1 file changed, 1 deletion(-) diff --git a/FICS/ficsmain.h b/FICS/ficsmain.h index dd7d98d..0e57d7b 100644 --- a/FICS/ficsmain.h +++ b/FICS/ficsmain.h @@ -56,6 +56,5 @@ extern int current_socket; /* Arguments */ extern int port; extern int withConsole; -extern time_t time(); #endif /* _FICSMAIN_H */ -- cgit v1.2.3