summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-08 04:59:20 +0800
committer(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-08 04:59:20 +0800
commit6a02609f8076b37e8100527427beb43888a677ef (patch)
tree79450518b1eb64340dbe22d922185018b5ec17cd
parent954eb57091431473bda04d32d91bba4f77a8073a (diff)
downloadpttbbs-6a02609f8076b37e8100527427beb43888a677ef.tar
pttbbs-6a02609f8076b37e8100527427beb43888a677ef.tar.gz
pttbbs-6a02609f8076b37e8100527427beb43888a677ef.tar.bz2
pttbbs-6a02609f8076b37e8100527427beb43888a677ef.tar.lz
pttbbs-6a02609f8076b37e8100527427beb43888a677ef.tar.xz
pttbbs-6a02609f8076b37e8100527427beb43888a677ef.tar.zst
pttbbs-6a02609f8076b37e8100527427beb43888a677ef.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1223 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/pttstruct.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h
index 5ec26a57..7a955ac7 100644
--- a/pttbbs/include/pttstruct.h
+++ b/pttbbs/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 */