diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-12 23:19:07 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-12 23:19:07 +0100 |
commit | 3da9b48b0ab059e8f1d82dc2139963451bbe834c (patch) | |
tree | 9fe59de99ac5262cd91b64bfa8897bac5783ed7c /FICS/ficsmain.h | |
parent | df3ae9e352668753619cdc0d2d1ce95f5d5c8518 (diff) |
Deleted the declaration for time()
Diffstat (limited to 'FICS/ficsmain.h')
-rw-r--r-- | FICS/ficsmain.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |