From ce481628dc57be6e11e09a5dd0ddca4752171ed6 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 9 Jan 2003 11:44:28 +0000 Subject: prototype of setutmpmode has beed changed git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@594 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/proto.h b/include/proto.h index a340a943..4cfcef28 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.31 2002/12/26 09:46:03 kcwu Exp $ */ +/* $Id: proto.h,v 1.32 2003/01/09 11:44:28 in2 Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -80,7 +80,7 @@ void reset_board(int bid); void touch_boards(); void addbrd_touchcache(); void setapath(char *buf, char *boardname); -void setutmpmode(int mode); +void setutmpmode(unsigned int mode); void setadir(char *buf, char *path); boardheader_t *getbcache(int bid); int apply_boards(int (*func)(boardheader_t *)); -- cgit v1.2.3