diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-14 23:08:48 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-14 23:08:48 +0800 |
commit | 1ef6abcf621d5476a76aaef98b5f9282104fd9f2 (patch) | |
tree | 20c7703724aab19d46d6c0258b96300da4cb328d /mbbsd/xyz.c | |
parent | adb168b6c309a29331d0f9e8c5156d3c73b24392 (diff) | |
download | pttbbs-1ef6abcf621d5476a76aaef98b5f9282104fd9f2.tar pttbbs-1ef6abcf621d5476a76aaef98b5f9282104fd9f2.tar.gz pttbbs-1ef6abcf621d5476a76aaef98b5f9282104fd9f2.tar.bz2 pttbbs-1ef6abcf621d5476a76aaef98b5f9282104fd9f2.tar.lz pttbbs-1ef6abcf621d5476a76aaef98b5f9282104fd9f2.tar.xz pttbbs-1ef6abcf621d5476a76aaef98b5f9282104fd9f2.tar.zst pttbbs-1ef6abcf621d5476a76aaef98b5f9282104fd9f2.zip |
idle timeout improvement
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@168 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r-- | mbbsd/xyz.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c index daa0116e..d880a178 100644 --- a/mbbsd/xyz.c +++ b/mbbsd/xyz.c @@ -1,4 +1,4 @@ -/* $Id: xyz.c,v 1.5 2002/05/13 03:20:04 ptt Exp $ */ +/* $Id: xyz.c,v 1.6 2002/05/14 15:08:48 ptt Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -20,7 +20,6 @@ extern int b_lines; /* Screen bottom line number: t_lines-1 */ extern char *BBSName; extern char fromhost[]; extern userinfo_t *currutmp; -extern int curr_idle_timeout; extern userec_t cuser; extern time_t now; /* 各種統計及相關資訊列表 */ |