From d20e94f8c91ef1ffd2f30a4ddbd48a7426558f56 Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 29 Nov 2003 22:29:49 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1383 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 { -- cgit v1.2.3