summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-31 16:47:43 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-31 16:47:43 +0800
commit3c9cf494311ff493da233af3659a9b5966ee7e46 (patch)
treefc02d7907a06904deb3d0dc17e2828249b8ad3b1 /include/pttstruct.h
parente351b2ea5d4261e9730f4a8f341c80e60a56d69a (diff)
downloadpttbbs-3c9cf494311ff493da233af3659a9b5966ee7e46.tar
pttbbs-3c9cf494311ff493da233af3659a9b5966ee7e46.tar.gz
pttbbs-3c9cf494311ff493da233af3659a9b5966ee7e46.tar.bz2
pttbbs-3c9cf494311ff493da233af3659a9b5966ee7e46.tar.lz
pttbbs-3c9cf494311ff493da233af3659a9b5966ee7e46.tar.xz
pttbbs-3c9cf494311ff493da233af3659a9b5966ee7e46.tar.zst
pttbbs-3c9cf494311ff493da233af3659a9b5966ee7e46.zip
- drop angel_reject features (requested from okcool@ptt)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4050 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 4e8f6983..cc766a40 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -310,14 +310,14 @@ typedef struct userinfo_t {
char from[27]; /* machine name the user called in from */
int from_alias;
char sex;
- char nonuse[4];
+ char nonuse[5];
/*
unsigned char goodpost;
unsigned char badpost;
unsigned char goodsale;
unsigned char badsale;
+ unsigned char angel; // deprecated: angel reject status
*/
- unsigned char angel;
/* friends */
int friendtotal; /* 好友比較的cache 大小 */