diff options
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 47b4fd7b..dd9e4b6c 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -230,7 +230,8 @@ typedef struct { typedef struct msgque_t { pid_t pid; char userid[IDLEN + 1]; - char last_call_in[80]; + char last_call_in[76]; + int msgmode; } msgque_t; typedef struct userinfo_t { |