diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-11 21:15:54 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-11 21:15:54 +0800 |
commit | bc1ce935662b1cbc34defc7c97becf14c875f23d (patch) | |
tree | 2055b5effff958a4b512d082d5c5d19b0b45d213 /include | |
parent | 43d8bd219372ba0a7a081563acaa21b96e9265f2 (diff) | |
download | pttbbs-bc1ce935662b1cbc34defc7c97becf14c875f23d.tar pttbbs-bc1ce935662b1cbc34defc7c97becf14c875f23d.tar.gz pttbbs-bc1ce935662b1cbc34defc7c97becf14c875f23d.tar.bz2 pttbbs-bc1ce935662b1cbc34defc7c97becf14c875f23d.tar.lz pttbbs-bc1ce935662b1cbc34defc7c97becf14c875f23d.tar.xz pttbbs-bc1ce935662b1cbc34defc7c97becf14c875f23d.tar.zst pttbbs-bc1ce935662b1cbc34defc7c97becf14c875f23d.zip |
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1314 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |