diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-23 11:33:25 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-23 11:33:25 +0800 |
commit | 50e58de88ccd9fcef5c912b53694ae13d259a8ad (patch) | |
tree | 56b7078984486acc2916e7802caad7054bcb205a | |
parent | 88485ec904ea252c73d1173de9597ef1a2f425d2 (diff) | |
download | pttbbs-50e58de88ccd9fcef5c912b53694ae13d259a8ad.tar pttbbs-50e58de88ccd9fcef5c912b53694ae13d259a8ad.tar.gz pttbbs-50e58de88ccd9fcef5c912b53694ae13d259a8ad.tar.bz2 pttbbs-50e58de88ccd9fcef5c912b53694ae13d259a8ad.tar.lz pttbbs-50e58de88ccd9fcef5c912b53694ae13d259a8ad.tar.xz pttbbs-50e58de88ccd9fcef5c912b53694ae13d259a8ad.tar.zst pttbbs-50e58de88ccd9fcef5c912b53694ae13d259a8ad.zip |
auto expire gamble
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@341 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/pttstruct.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h index b88ac772..5a742150 100644 --- a/pttbbs/include/pttstruct.h +++ b/pttbbs/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.16 2002/06/19 13:34:23 lwms Exp $ */ +/* $Id: pttstruct.h,v 1.17 2002/06/23 03:33:25 ptt Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -116,7 +116,8 @@ typedef struct boardheader_t { int childcount; /* 有多少個child */ int nuser; /* 多少人在這板 */ void *u; /* 放板友 linked list用 */ - char pad3[88]; + time_t endgamble; + char pad3[84]; } boardheader_t; #define BRD_NOZAP 00001 /* 不可zap */ |