diff options
-rw-r--r-- | include/pttstruct.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 7a955ac7..5ec26a57 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -87,10 +87,7 @@ typedef struct userec_t { char ident[11]; unsigned int uflag2; unsigned char signature; - int goodcredit; /* one's credit */ - int badcredit; - int badpost; - char pad[59]; + char pad[71]; } userec_t; /* these are flags in userec_t.uflag */ #define PAGER_FLAG 0x4 /* true if pager was OFF last session */ |