diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-04 01:41:12 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-04 01:41:12 +0800 |
commit | beac874f4523ed2b32dd48c7d19ba42d43f24fe4 (patch) | |
tree | 50e8807647963d2a7543b2bab3e9c7be526a38f7 /include | |
parent | d706913fa35ffa57bdbeed7804f499763d179fc0 (diff) | |
download | pttbbs-beac874f4523ed2b32dd48c7d19ba42d43f24fe4.tar pttbbs-beac874f4523ed2b32dd48c7d19ba42d43f24fe4.tar.gz pttbbs-beac874f4523ed2b32dd48c7d19ba42d43f24fe4.tar.bz2 pttbbs-beac874f4523ed2b32dd48c7d19ba42d43f24fe4.tar.lz pttbbs-beac874f4523ed2b32dd48c7d19ba42d43f24fe4.tar.xz pttbbs-beac874f4523ed2b32dd48c7d19ba42d43f24fe4.tar.zst pttbbs-beac874f4523ed2b32dd48c7d19ba42d43f24fe4.zip |
hbfl move to brdshm
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@74 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index d2d5f59e..ea896dfd 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.4 2002/03/19 16:03:23 ptt Exp $ */ +/* $Id: pttstruct.h,v 1.5 2002/04/03 17:41:10 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -163,7 +163,6 @@ typedef struct uhash_t { int hash_head[1 << HASH_BITS]; int number; /* # of users total */ int loaded; /* .PASSWD has been loaded? */ - int hbfl[MAX_BOARD][MAX_FRIEND + 1]; } uhash_t; union xitem_t { @@ -240,11 +239,13 @@ typedef struct userinfo_t { unsigned short int five_win; unsigned short int five_lose; unsigned short int five_tie; + /* int myfavorite[FAVMAX]; char gfavorite[FAVGMAX][FAVGSLEN+1]; int ninGroup[FAVGMAX]; int nGroup; int ninRoot; + */ int mailalert; int sex; char color; @@ -293,6 +294,7 @@ typedef struct bcache_t { fileheader_t dircache[MAX_BOARD][DIRCACHESIZE]; int busystate_b[MAX_BOARD]; int total[MAX_BOARD]; + int hbfl[MAX_BOARD][MAX_FRIEND + 1]; time_t lastposttime[MAX_BOARD]; time_t uptime; time_t touchtime; |