summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-02 09:44:38 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-02 09:44:38 +0800
commitc7863de07e72fc49ec01baa02e96debe8f41ee2b (patch)
tree6383cc7088317da24dd7625db120bdb89cc15b17 /include/pttstruct.h
parent0fcf591ff42a089e8641aba900866b2708731bf3 (diff)
downloadpttbbs-c7863de07e72fc49ec01baa02e96debe8f41ee2b.tar
pttbbs-c7863de07e72fc49ec01baa02e96debe8f41ee2b.tar.gz
pttbbs-c7863de07e72fc49ec01baa02e96debe8f41ee2b.tar.bz2
pttbbs-c7863de07e72fc49ec01baa02e96debe8f41ee2b.tar.lz
pttbbs-c7863de07e72fc49ec01baa02e96debe8f41ee2b.tar.xz
pttbbs-c7863de07e72fc49ec01baa02e96debe8f41ee2b.tar.zst
pttbbs-c7863de07e72fc49ec01baa02e96debe8f41ee2b.zip
split no reply and solved
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2219 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 42729372..8572612d 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -211,8 +211,9 @@ 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, don't reply, sysop/BM only */
+#define FILE_SOLVED 0x10 /* problem solved, sysop/BM only */
#define FILE_HIDE 0x20 /* hild */
+#define FILE_NOREPLY 0x20 /* no reply */
#define FILE_BM 0x40 /* BM only */
#define FILE_MULTI 0x100 /* multi send for mail */
#define FILE_BID 0x20 /* for bid */