diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |