diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 13:43:46 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 13:43:46 +0100 |
commit | 324685dbc009f9e2930b5df75f218134ef78fbe1 (patch) | |
tree | 59a46aa5b8856616141a93b3e4715b3b4900204a /FICS/comproc.h | |
parent | 167bf19fa2dfeea3dee58e4609e0c25bf4d08b81 (diff) |
rscan_news: changed the 3rd parameter type
Diffstat (limited to 'FICS/comproc.h')
-rw-r--r-- | FICS/comproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/comproc.h b/FICS/comproc.h index bee30b9..30ef3ff 100644 --- a/FICS/comproc.h +++ b/FICS/comproc.h @@ -79,7 +79,7 @@ extern int com_uptime(int, param_list); extern int com_uscf(int, param_list); extern int com_who(int, param_list); -extern void rscan_news(FILE *, int, int); +extern void rscan_news(FILE *, int, time_t); extern void rscan_news2(FILE *, int, int); #endif /* _COMPROC_H */ |