summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-29 21:52:31 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-29 21:52:31 +0800
commit08047fb94f216a2de90da9b91f79707bf6317d11 (patch)
tree221f0b8d52d30182c7fc9640262c0dc9531083fc
parent15ddfbb13d858adabfe42a2df0a953d98270e66c (diff)
downloadpttbbs-08047fb94f216a2de90da9b91f79707bf6317d11.tar
pttbbs-08047fb94f216a2de90da9b91f79707bf6317d11.tar.gz
pttbbs-08047fb94f216a2de90da9b91f79707bf6317d11.tar.bz2
pttbbs-08047fb94f216a2de90da9b91f79707bf6317d11.tar.lz
pttbbs-08047fb94f216a2de90da9b91f79707bf6317d11.tar.xz
pttbbs-08047fb94f216a2de90da9b91f79707bf6317d11.tar.zst
pttbbs-08047fb94f216a2de90da9b91f79707bf6317d11.zip
add close vote once a day
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@376 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/pttstruct.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h
index d570bc57..8570aa22 100644
--- a/pttbbs/include/pttstruct.h
+++ b/pttbbs/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];