diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-29 21:52:31 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-29 21:52:31 +0800 |
commit | 2c5ff9b22b0c3c39f588b4fb482cc5ca3e231b25 (patch) | |
tree | 3dffa0a4a2738b8095415c8d8ef05a1abe14d72a /include | |
parent | 4c2c59e33a17407453b34493ccd0e3fd7a6f4da6 (diff) | |
download | pttbbs-2c5ff9b22b0c3c39f588b4fb482cc5ca3e231b25.tar pttbbs-2c5ff9b22b0c3c39f588b4fb482cc5ca3e231b25.tar.gz pttbbs-2c5ff9b22b0c3c39f588b4fb482cc5ca3e231b25.tar.bz2 pttbbs-2c5ff9b22b0c3c39f588b4fb482cc5ca3e231b25.tar.lz pttbbs-2c5ff9b22b0c3c39f588b4fb482cc5ca3e231b25.tar.xz pttbbs-2c5ff9b22b0c3c39f588b4fb482cc5ca3e231b25.tar.zst pttbbs-2c5ff9b22b0c3c39f588b4fb482cc5ca3e231b25.zip |
add close vote once a day
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@376 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index d570bc57..8570aa22 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.21 2002/06/26 14:36:07 in2 Exp $ */ +/* $Id: pttstruct.h,v 1.22 2002/06/29 13:52:31 ptt Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -328,8 +328,9 @@ typedef struct { time_t Btouchtime; int Bnumber; int Bbusystate; + time_t close_vote_time; - char gap2[1024]; /* avoid some memory error / buffer overflow */ + char gap2[1020]; /* avoid some memory error / buffer overflow */ /* pttcache */ char notes[MAX_MOVIE][200*11]; char today_is[20]; |