From 5caac1d55300e1d40231fa9972ba23e97d53b31e Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus@nifty-networks.net>
Date: Thu, 28 Dec 2023 00:32:32 +0100
Subject: 'unsigned' -> 'unsigned int'

---
 FICS/utils.c | 2 +-
 FICS/utils.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'FICS')

diff --git a/FICS/utils.c b/FICS/utils.c
index bd1a213..90f84ff 100644
--- a/FICS/utils.c
+++ b/FICS/utils.c
@@ -719,7 +719,7 @@ strgtime(time_t *clock)
  * This is used only for relative timing since it reports seconds
  * since about 5:00 pm on Feb 16, 1994.
  */
-PUBLIC unsigned
+PUBLIC unsigned int
 tenth_secs(void)
 {
 	struct timeval	tp;
diff --git a/FICS/utils.h b/FICS/utils.h
index 5125bc4..32ab772 100644
--- a/FICS/utils.h
+++ b/FICS/utils.h
@@ -95,7 +95,7 @@ extern int safestring( );
 extern int search_directory(char *, char *, char **, int);
 extern int truncate_file();
 extern int untenths();
-extern unsigned tenth_secs();
+extern unsigned int tenth_secs(void);
 extern void pprintf_dohightlight(int);
 extern void sprintf_dohightlight(int,char *);
 
-- 
cgit v1.2.3