diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-23 22:37:18 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-23 22:37:18 +0800 |
commit | 46318e907721f11256d245d42cd8e841e8765057 (patch) | |
tree | 18375c30f7d613818464343013f3046081586266 /include/pttstruct.h | |
parent | e84a29034ca2aaeedce5f2cd84e68264fb9a3b46 (diff) | |
download | pttbbs-46318e907721f11256d245d42cd8e841e8765057.tar pttbbs-46318e907721f11256d245d42cd8e841e8765057.tar.gz pttbbs-46318e907721f11256d245d42cd8e841e8765057.tar.bz2 pttbbs-46318e907721f11256d245d42cd8e841e8765057.tar.lz pttbbs-46318e907721f11256d245d42cd8e841e8765057.tar.xz pttbbs-46318e907721f11256d245d42cd8e841e8765057.tar.zst pttbbs-46318e907721f11256d245d42cd8e841e8765057.zip |
1. fix 1 make error
2. add perm_nocitizen
3. add no reply for FILE_SOLVE
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2210 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-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 135967ee..f6803dcc 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -211,7 +211,7 @@ typedef struct fileheader_t { #define FILE_DIGEST 0x4 /* digest */ #define FILE_HOLD 0x8 /* unused */ #define FILE_BOTTOM 0x8 /* push_bottom */ -#define FILE_SOLVED 0x10 /* problem solved, sysop only */ +#define FILE_SOLVED 0x10 /* problem solved, don't reply, sysop/BM only */ #define FILE_HIDE 0x20 /* hild */ #define FILE_BM 0x40 /* BM only */ #define FILE_MULTI 0x100 /* multi send for mail */ |