summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbbs <bbs@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-07 11:35:07 +0800
committerbbs <bbs@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-07 11:35:07 +0800
commitf400bfaa42cd66718b9035d658407690b591a338 (patch)
tree888ddd77107e50a1d420da696e4f4a665399a065 /include
parent5b1545cbda010c4092992d60e1a2ca2a1cff672f (diff)
downloadpttbbs-f400bfaa42cd66718b9035d658407690b591a338.tar
pttbbs-f400bfaa42cd66718b9035d658407690b591a338.tar.gz
pttbbs-f400bfaa42cd66718b9035d658407690b591a338.tar.bz2
pttbbs-f400bfaa42cd66718b9035d658407690b591a338.tar.lz
pttbbs-f400bfaa42cd66718b9035d658407690b591a338.tar.xz
pttbbs-f400bfaa42cd66718b9035d658407690b591a338.tar.zst
pttbbs-f400bfaa42cd66718b9035d658407690b591a338.zip
OUTTA_TIMER
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@823 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 0d60a7a5..cb60f97d 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -1,4 +1,4 @@
-/* $Id: pttstruct.h,v 1.34 2003/04/08 09:53:21 in2 Exp $ */
+/* $Id: pttstruct.h,v 1.35 2003/05/07 03:35:07 bbs Exp $ */
#ifndef INCLUDE_STRUCT_H
#define INCLUDE_STRUCT_H
@@ -356,6 +356,9 @@ typedef struct {
int dymaxactive; /* 動態設定最大人數上限 */
int toomanyusers; /* 超過人數上限不給進的個數 */
int noonlineuser; /* 站上使用者不高亮度顯示 */
+#ifdef OUTTA_TIMER
+ time_t now;
+#endif
} e;
} GV2;
char gap3_2[128];