summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-23 11:33:25 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-23 11:33:25 +0800
commit19e940b90afb841d30dfde1dd0469226b70d1b50 (patch)
tree3902d5f97130590c298d4940f7a7fea922f6eafb /include
parent54a8601007652d6192a0a0ab460e6256d88b87b3 (diff)
downloadpttbbs-19e940b90afb841d30dfde1dd0469226b70d1b50.tar
pttbbs-19e940b90afb841d30dfde1dd0469226b70d1b50.tar.gz
pttbbs-19e940b90afb841d30dfde1dd0469226b70d1b50.tar.bz2
pttbbs-19e940b90afb841d30dfde1dd0469226b70d1b50.tar.lz
pttbbs-19e940b90afb841d30dfde1dd0469226b70d1b50.tar.xz
pttbbs-19e940b90afb841d30dfde1dd0469226b70d1b50.tar.zst
pttbbs-19e940b90afb841d30dfde1dd0469226b70d1b50.zip
auto expire gamble
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@341 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index b88ac772..5a742150 100644
--- a/include/pttstruct.h
+++ b/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 */