From 19e940b90afb841d30dfde1dd0469226b70d1b50 Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 23 Jun 2002 03:33:25 +0000 Subject: auto expire gamble git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@341 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3