summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-02 10:25:26 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-02 10:25:26 +0800
commitaef6a27346f6ebd3f91558e0c127949b1aca1137 (patch)
treef9e2f7b0d7d2250411fc6c83f3bdb7fb94d71109 /include
parentc7863de07e72fc49ec01baa02e96debe8f41ee2b (diff)
downloadpttbbs-aef6a27346f6ebd3f91558e0c127949b1aca1137.tar
pttbbs-aef6a27346f6ebd3f91558e0c127949b1aca1137.tar.gz
pttbbs-aef6a27346f6ebd3f91558e0c127949b1aca1137.tar.bz2
pttbbs-aef6a27346f6ebd3f91558e0c127949b1aca1137.tar.lz
pttbbs-aef6a27346f6ebd3f91558e0c127949b1aca1137.tar.xz
pttbbs-aef6a27346f6ebd3f91558e0c127949b1aca1137.tar.zst
pttbbs-aef6a27346f6ebd3f91558e0c127949b1aca1137.zip
oh....
the bit FILE_HIDE is already used git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2220 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 8572612d..7ae3c97a 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -213,10 +213,9 @@ typedef struct fileheader_t {
#define FILE_BOTTOM 0x8 /* push_bottom */
#define FILE_SOLVED 0x10 /* problem solved, sysop/BM only */
#define FILE_HIDE 0x20 /* hild */
-#define FILE_NOREPLY 0x20 /* no reply */
+#define FILE_BID 0x20 /* for bid */
#define FILE_BM 0x40 /* BM only */
#define FILE_MULTI 0x100 /* multi send for mail */
-#define FILE_BID 0x20 /* for bid */
#define FILE_VOTE 0x40 /* for vote */
#define FILE_ANONYMOUS 0x80 /* anonymous file */