From cf911fe037611acc47563c15b8513c9756df401e Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Tue, 7 Oct 2003 20:59:20 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1223 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 5ec26a57..7a955ac7 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -87,7 +87,10 @@ typedef struct userec_t { char ident[11]; unsigned int uflag2; unsigned char signature; - char pad[71]; + int goodcredit; /* one's credit */ + int badcredit; + int badpost; + char pad[59]; } userec_t; /* these are flags in userec_t.uflag */ #define PAGER_FLAG 0x4 /* true if pager was OFF last session */ -- cgit v1.2.3