From bc1ce935662b1cbc34defc7c97becf14c875f23d Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 11 Nov 2003 13:15:54 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1314 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index 10c32588..2bcb7ed1 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -139,7 +139,7 @@ typedef struct boardheader_t { void *parent; int childcount; /* 有多少個child */ int nuser; /* 多少人在這板 */ - char pad5[4]; /* original void *u */ + int postexpire; /* postexpire */ time_t endgamble; char pad3[84]; } boardheader_t; @@ -186,6 +186,7 @@ typedef struct fileheader_t { #define FILE_BOTH 0x80 /* both replay for mail and board */ #define FILE_MULTI 0x100 /* multi send for mail */ #define FILE_BID 0x20 /* for bid */ +#define FILE_VOTE 0x40 /* for vote */ #define STRLEN 80 /* Length of most string data */ -- cgit v1.2.3