diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-09 19:44:28 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-09 19:44:28 +0800 |
commit | ce481628dc57be6e11e09a5dd0ddca4752171ed6 (patch) | |
tree | dd83ca816cf21310e525a27414dcf1f0855af86c /include/proto.h | |
parent | 6ff013ae039d77074b3f157160c62deab07a5088 (diff) | |
download | pttbbs-ce481628dc57be6e11e09a5dd0ddca4752171ed6.tar pttbbs-ce481628dc57be6e11e09a5dd0ddca4752171ed6.tar.gz pttbbs-ce481628dc57be6e11e09a5dd0ddca4752171ed6.tar.bz2 pttbbs-ce481628dc57be6e11e09a5dd0ddca4752171ed6.tar.lz pttbbs-ce481628dc57be6e11e09a5dd0ddca4752171ed6.tar.xz pttbbs-ce481628dc57be6e11e09a5dd0ddca4752171ed6.tar.zst pttbbs-ce481628dc57be6e11e09a5dd0ddca4752171ed6.zip |
prototype of setutmpmode has beed changed
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@594 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 4 |
1 files 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 *)); |