summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-30 06:29:49 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-30 06:29:49 +0800
commitd20e94f8c91ef1ffd2f30a4ddbd48a7426558f56 (patch)
treeefcd8b4213bf468944dcac5ca27c08e5af03eaf2
parent89a381ebda2d2a8164fd886ad3b5ee8a52044f1b (diff)
downloadpttbbs-d20e94f8c91ef1ffd2f30a4ddbd48a7426558f56.tar
pttbbs-d20e94f8c91ef1ffd2f30a4ddbd48a7426558f56.tar.gz
pttbbs-d20e94f8c91ef1ffd2f30a4ddbd48a7426558f56.tar.bz2
pttbbs-d20e94f8c91ef1ffd2f30a4ddbd48a7426558f56.tar.lz
pttbbs-d20e94f8c91ef1ffd2f30a4ddbd48a7426558f56.tar.xz
pttbbs-d20e94f8c91ef1ffd2f30a4ddbd48a7426558f56.tar.zst
pttbbs-d20e94f8c91ef1ffd2f30a4ddbd48a7426558f56.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1383 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/pttstruct.h3
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 {