diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-01-31 03:44:05 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-01-31 03:44:05 +0800 |
commit | 66329d4926dbb84d87b87603fa685a65f8dcbc9f (patch) | |
tree | b9d93eac43c0a1bbb975919d59d2daaeadf42939 /include | |
parent | 9c2bd40b4a04ac545274645eb51de297efb2177d (diff) | |
download | pttbbs-66329d4926dbb84d87b87603fa685a65f8dcbc9f.tar pttbbs-66329d4926dbb84d87b87603fa685a65f8dcbc9f.tar.gz pttbbs-66329d4926dbb84d87b87603fa685a65f8dcbc9f.tar.bz2 pttbbs-66329d4926dbb84d87b87603fa685a65f8dcbc9f.tar.lz pttbbs-66329d4926dbb84d87b87603fa685a65f8dcbc9f.tar.xz pttbbs-66329d4926dbb84d87b87603fa685a65f8dcbc9f.tar.zst pttbbs-66329d4926dbb84d87b87603fa685a65f8dcbc9f.zip |
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1502 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 92889865..a9775d0b 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -182,7 +182,7 @@ typedef struct fileheader_t { #define FILE_READ 0x1 /* already read : mail only */ #define FILE_MARKED 0x2 /* opus: 0x8 */ #define FILE_DIGEST 0x4 /* digest */ -#define FILE_HOLD 0x8 /* holdmail for mail */ +#define FILE_HOLD 0x8 /* unused */ #define FILE_SOLVED 0x10 /* problem solved, sysop only */ #define FILE_HIDE 0x20 /* hild */ #define FILE_BM 0x40 /* BM only */ |