From 8059d1525a1b5bfa7192a68d2fe12242e47f0145 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 29 Jul 2004 16:25:40 +0000 Subject: use int instead of long git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2151 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 53d606b0..c2d91f83 100644 --- a/include/proto.h +++ b/include/proto.h @@ -376,7 +376,7 @@ char *completeutmp_getname(int where); /* osdep */ int cpuload(char *str); -double swapused(long *total, long *used); +double swapused(int *total, long *used); #ifdef __linux__ char *strcasestr(const char *big, const char *little); #endif @@ -484,7 +484,7 @@ int cursor_key(int row, int column); int search_num(int ch, int max); void setuserfile(char *buf, char *fname); int is_BM(char *list); -long dasht(char *fname); +time_t dasht(char *fname); int dashd(char *fname); int invalid_pname(char *str); void setbdir(char *buf, char *boardname); -- cgit v1.2.3