diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 21:51:21 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 21:51:21 +0100 |
commit | 96904ed9b2688f2712e3a2a78e3c40bcfd400742 (patch) | |
tree | 3bbc91cac2a45a035777d28f3c06a68f3b7148c8 /FICS/utils.h | |
parent | 38a438285ec98c3215fcdd63ef2c35fc2a6fe351 (diff) |
Changed the return type of untenths()
Diffstat (limited to 'FICS/utils.h')
-rw-r--r-- | FICS/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.h b/FICS/utils.h index 4b51bbe..b5f77c6 100644 --- a/FICS/utils.h +++ b/FICS/utils.h @@ -104,7 +104,7 @@ extern int safechar(int); extern int safestring(char *); extern int search_directory(char *, char *, char **, int); extern int truncate_file(char *, int); -extern int untenths(unsigned int); +extern time_t untenths(unsigned int); extern unsigned int tenth_secs(void); //extern void pprintf_dohightlight(int); //extern void sprintf_dohightlight(int, char *); |